pub struct ModelUnit { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModelUnit
impl !RefUnwindSafe for ModelUnit
impl Send for ModelUnit
impl Sync for ModelUnit
impl Unpin for ModelUnit
impl !UnwindSafe for ModelUnit
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