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