pub struct FileInputMocks { /* private fields */ }Implementations§
Source§impl FileInputMocks
impl FileInputMocks
pub fn set_files( &mut self, selector: impl Into<String>, files: impl IntoIterator<Item = impl Into<String>>, )
pub fn selections(&self) -> &[FileInputSelection]
pub fn reset(&mut self)
Trait Implementations§
Source§impl Clone for FileInputMocks
impl Clone for FileInputMocks
Source§fn clone(&self) -> FileInputMocks
fn clone(&self) -> FileInputMocks
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 FileInputMocks
impl Debug for FileInputMocks
Source§impl Default for FileInputMocks
impl Default for FileInputMocks
Source§fn default() -> FileInputMocks
fn default() -> FileInputMocks
Returns the “default value” for a type. Read more
Source§impl PartialEq for FileInputMocks
impl PartialEq for FileInputMocks
impl Eq for FileInputMocks
impl StructuralPartialEq for FileInputMocks
Auto Trait Implementations§
impl Freeze for FileInputMocks
impl RefUnwindSafe for FileInputMocks
impl Send for FileInputMocks
impl Sync for FileInputMocks
impl Unpin for FileInputMocks
impl UnsafeUnpin for FileInputMocks
impl UnwindSafe for FileInputMocks
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