pub struct MobileFileChooserFilesSetInfo {
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 MobileFileChooserFilesSetInfo
impl Clone for MobileFileChooserFilesSetInfo
Source§fn clone(&self) -> MobileFileChooserFilesSetInfo
fn clone(&self) -> MobileFileChooserFilesSetInfo
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<'de> Deserialize<'de> for MobileFileChooserFilesSetInfo
impl<'de> Deserialize<'de> for MobileFileChooserFilesSetInfo
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 MobileFileChooserFilesSetInfo
impl StructuralPartialEq for MobileFileChooserFilesSetInfo
Auto Trait Implementations§
impl Freeze for MobileFileChooserFilesSetInfo
impl RefUnwindSafe for MobileFileChooserFilesSetInfo
impl Send for MobileFileChooserFilesSetInfo
impl Sync for MobileFileChooserFilesSetInfo
impl Unpin for MobileFileChooserFilesSetInfo
impl UnsafeUnpin for MobileFileChooserFilesSetInfo
impl UnwindSafe for MobileFileChooserFilesSetInfo
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