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