pub struct ChassisCollection<B: Bmc> { /* private fields */ }Expand description
Chassis collection.
Provides functions to access collection members.
Implementations§
Auto Trait Implementations§
impl<B> Freeze for ChassisCollection<B>
impl<B> !RefUnwindSafe for ChassisCollection<B>
impl<B> Send for ChassisCollection<B>
impl<B> Sync for ChassisCollection<B>
impl<B> Unpin for ChassisCollection<B>
impl<B> UnsafeUnpin for ChassisCollection<B>
impl<B> !UnwindSafe for ChassisCollection<B>
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