pub struct FileInputSelection {
pub selector: String,
pub files: Vec<String>,
}Fields§
§selector: String§files: Vec<String>Trait Implementations§
Source§impl Clone for FileInputSelection
impl Clone for FileInputSelection
Source§fn clone(&self) -> FileInputSelection
fn clone(&self) -> FileInputSelection
Returns a duplicate of the value. Read more
1.0.0 · 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 FileInputSelection
impl Debug for FileInputSelection
Source§impl Default for FileInputSelection
impl Default for FileInputSelection
Source§fn default() -> FileInputSelection
fn default() -> FileInputSelection
Returns the “default value” for a type. Read more
Source§impl PartialEq for FileInputSelection
impl PartialEq for FileInputSelection
impl Eq for FileInputSelection
impl StructuralPartialEq for FileInputSelection
Auto Trait Implementations§
impl Freeze for FileInputSelection
impl RefUnwindSafe for FileInputSelection
impl Send for FileInputSelection
impl Sync for FileInputSelection
impl Unpin for FileInputSelection
impl UnsafeUnpin for FileInputSelection
impl UnwindSafe for FileInputSelection
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