pub enum InputModalKind {
SaveAs,
Open,
}Variants§
Trait Implementations§
Source§impl Clone for InputModalKind
impl Clone for InputModalKind
Source§fn clone(&self) -> InputModalKind
fn clone(&self) -> InputModalKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InputModalKind
impl Debug for InputModalKind
Source§impl PartialEq for InputModalKind
impl PartialEq for InputModalKind
impl Copy for InputModalKind
impl Eq for InputModalKind
impl StructuralPartialEq for InputModalKind
Auto Trait Implementations§
impl Freeze for InputModalKind
impl RefUnwindSafe for InputModalKind
impl Send for InputModalKind
impl Sync for InputModalKind
impl Unpin for InputModalKind
impl UnsafeUnpin for InputModalKind
impl UnwindSafe for InputModalKind
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