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