pub struct Collection<D>where
D: DocReference,{ /* private fields */ }
Implementations§
Source§impl<D> Collection<D>where
D: DocReference,
impl<D> Collection<D>where
D: DocReference,
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for Collection<D>
impl<D> RefUnwindSafe for Collection<D>where
D: RefUnwindSafe,
impl<D> !Send for Collection<D>
impl<D> !Sync for Collection<D>
impl<D> Unpin for Collection<D>
impl<D> UnwindSafe for Collection<D>where
D: 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