pub enum FileSelectionType {
FileSelect,
StringSelect,
StringEntry,
Other(String),
}
Variants§
Trait Implementations§
Source§impl Debug for FileSelectionType
impl Debug for FileSelectionType
Source§impl<'de> Deserialize<'de> for FileSelectionType
impl<'de> Deserialize<'de> for FileSelectionType
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FileSelectionType
impl RefUnwindSafe for FileSelectionType
impl Send for FileSelectionType
impl Sync for FileSelectionType
impl Unpin for FileSelectionType
impl UnwindSafe for FileSelectionType
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