pub struct ViewModePatch;Expand description
Update/Write access for a model.
Trait Implementations§
impl ViewMode for ViewModePatch
Auto Trait Implementations§
impl Freeze for ViewModePatch
impl RefUnwindSafe for ViewModePatch
impl Send for ViewModePatch
impl Sync for ViewModePatch
impl Unpin for ViewModePatch
impl UnwindSafe for ViewModePatch
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