pub struct Model(/* private fields */);Available on crate feature
api-22 only.Implementations§
Trait Implementations§
Source§impl AsPointer for Model
impl AsPointer for Model
Auto Trait Implementations§
impl !Send for Model
impl !Sync for Model
impl Freeze for Model
impl RefUnwindSafe for Model
impl Unpin for Model
impl UnsafeUnpin for Model
impl UnwindSafe for Model
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