pub enum EntryPresentationType {
View,
Delete,
Edit,
}Expand description
Indicates to the Editors the way how an entry should be presented to the user
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntryPresentationType
impl RefUnwindSafe for EntryPresentationType
impl Send for EntryPresentationType
impl Sync for EntryPresentationType
impl Unpin for EntryPresentationType
impl UnwindSafe for EntryPresentationType
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