pub enum SeType {
Apply,
Save,
Delete,
Close,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeType
impl RefUnwindSafe for SeType
impl Send for SeType
impl Sync for SeType
impl Unpin for SeType
impl UnsafeUnpin for SeType
impl UnwindSafe for SeType
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