struct Targets(BTreeMap<u8, LogicalUnit>);Tuple Fields§
§0: BTreeMap<u8, LogicalUnit>Implementations§
Auto Trait Implementations§
impl Freeze for Targets
impl !RefUnwindSafe for Targets
impl Send for Targets
impl !Sync for Targets
impl Unpin for Targets
impl !UnwindSafe for Targets
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more