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