pub struct FileChooserFile {
pub path: Option<String>,
pub uri: Option<String>,
}Fields§
§path: Option<String>§uri: Option<String>Trait Implementations§
Source§impl Clone for FileChooserFile
impl Clone for FileChooserFile
Source§fn clone(&self) -> FileChooserFile
fn clone(&self) -> FileChooserFile
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 FileChooserFile
impl Debug for FileChooserFile
impl Eq for FileChooserFile
Source§impl PartialEq for FileChooserFile
impl PartialEq for FileChooserFile
Source§fn eq(&self, other: &FileChooserFile) -> bool
fn eq(&self, other: &FileChooserFile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FileChooserFile
Auto Trait Implementations§
impl Freeze for FileChooserFile
impl RefUnwindSafe for FileChooserFile
impl Send for FileChooserFile
impl Sync for FileChooserFile
impl Unpin for FileChooserFile
impl UnsafeUnpin for FileChooserFile
impl UnwindSafe for FileChooserFile
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