pub struct FsDevSynth { /* private fields */ }Expand description
Synthetic filesystem, only used by QTests.
Trait Implementations§
Source§impl Clone for FsDevSynth
impl Clone for FsDevSynth
Source§fn clone(&self) -> FsDevSynth
fn clone(&self) -> FsDevSynth
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 FsDevSynth
impl Debug for FsDevSynth
Source§impl Hash for FsDevSynth
impl Hash for FsDevSynth
Source§impl Ord for FsDevSynth
impl Ord for FsDevSynth
Source§fn cmp(&self, other: &FsDevSynth) -> Ordering
fn cmp(&self, other: &FsDevSynth) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FsDevSynth
impl PartialEq for FsDevSynth
Source§impl PartialOrd for FsDevSynth
impl PartialOrd for FsDevSynth
impl Eq for FsDevSynth
impl StructuralPartialEq for FsDevSynth
Auto Trait Implementations§
impl Freeze for FsDevSynth
impl RefUnwindSafe for FsDevSynth
impl Send for FsDevSynth
impl Sync for FsDevSynth
impl Unpin for FsDevSynth
impl UnwindSafe for FsDevSynth
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