pub struct FileChooserFilesSetInfo {
pub file_chooser_id: String,
pub files: Vec<String>,
pub note: String,
}Fields§
§file_chooser_id: String§files: Vec<String>§note: StringTrait Implementations§
Source§impl Clone for FileChooserFilesSetInfo
impl Clone for FileChooserFilesSetInfo
Source§fn clone(&self) -> FileChooserFilesSetInfo
fn clone(&self) -> FileChooserFilesSetInfo
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 FileChooserFilesSetInfo
impl Debug for FileChooserFilesSetInfo
Source§impl<'de> Deserialize<'de> for FileChooserFilesSetInfo
impl<'de> Deserialize<'de> for FileChooserFilesSetInfo
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 FileChooserFilesSetInfo
Source§impl PartialEq for FileChooserFilesSetInfo
impl PartialEq for FileChooserFilesSetInfo
Source§impl Serialize for FileChooserFilesSetInfo
impl Serialize for FileChooserFilesSetInfo
impl StructuralPartialEq for FileChooserFilesSetInfo
Auto Trait Implementations§
impl Freeze for FileChooserFilesSetInfo
impl RefUnwindSafe for FileChooserFilesSetInfo
impl Send for FileChooserFilesSetInfo
impl Sync for FileChooserFilesSetInfo
impl Unpin for FileChooserFilesSetInfo
impl UnsafeUnpin for FileChooserFilesSetInfo
impl UnwindSafe for FileChooserFilesSetInfo
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