pub struct WithRelation<M: Model + ModelExt + RelationLoader + Send> { /* private fields */ }Expand description
Implementations§
Auto Trait Implementations§
impl<M> Freeze for WithRelation<M>where
M: Freeze,
impl<M> RefUnwindSafe for WithRelation<M>where
M: RefUnwindSafe,
impl<M> Send for WithRelation<M>
impl<M> Sync for WithRelation<M>
impl<M> Unpin for WithRelation<M>where
M: Unpin,
impl<M> UnsafeUnpin for WithRelation<M>where
M: UnsafeUnpin,
impl<M> UnwindSafe for WithRelation<M>where
M: UnwindSafe,
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