pub struct ContainerCollection(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for ContainerCollection
impl !RefUnwindSafe for ContainerCollection
impl !Send for ContainerCollection
impl !Sync for ContainerCollection
impl Unpin for ContainerCollection
impl !UnwindSafe for ContainerCollection
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