pub struct WithModel<P>(/* private fields */);Auto Trait Implementations§
impl<P> Freeze for WithModel<P>where
P: Freeze,
impl<P> RefUnwindSafe for WithModel<P>where
P: RefUnwindSafe,
impl<P> Send for WithModel<P>where
P: Send,
impl<P> Sync for WithModel<P>where
P: Sync,
impl<P> Unpin for WithModel<P>where
P: Unpin,
impl<P> UnsafeUnpin for WithModel<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for WithModel<P>where
P: 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