Struct oo_bindgen::model::Collection
source · 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> 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