pub enum AppView {
List,
Create,
Edit,
Delete,
IpSelect,
}Expand description
Represents the current view mode of the application.
Variants§
List
Main record list view
Create
Create new record form
Edit
Edit existing record form
Delete
Delete confirmation dialog
IpSelect
IP address selector
Trait Implementations§
impl Copy for AppView
impl StructuralPartialEq for AppView
Auto Trait Implementations§
impl Freeze for AppView
impl RefUnwindSafe for AppView
impl Send for AppView
impl Sync for AppView
impl Unpin for AppView
impl UnsafeUnpin for AppView
impl UnwindSafe for AppView
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