pub struct FileChooserInfo {
pub file_chooser_id: String,
pub is_multiple: bool,
pub note: String,
}Fields§
§file_chooser_id: String§is_multiple: bool§note: StringTrait Implementations§
Source§impl Clone for FileChooserInfo
impl Clone for FileChooserInfo
Source§fn clone(&self) -> FileChooserInfo
fn clone(&self) -> FileChooserInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FileChooserInfo
impl Debug for FileChooserInfo
Source§impl<'de> Deserialize<'de> for FileChooserInfo
impl<'de> Deserialize<'de> for FileChooserInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FileChooserInfo
Source§impl PartialEq for FileChooserInfo
impl PartialEq for FileChooserInfo
Source§impl Serialize for FileChooserInfo
impl Serialize for FileChooserInfo
impl StructuralPartialEq for FileChooserInfo
Auto Trait Implementations§
impl Freeze for FileChooserInfo
impl RefUnwindSafe for FileChooserInfo
impl Send for FileChooserInfo
impl Sync for FileChooserInfo
impl Unpin for FileChooserInfo
impl UnsafeUnpin for FileChooserInfo
impl UnwindSafe for FileChooserInfo
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