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