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