pub struct NoFilesFoundLine;
Implementations§
Trait Implementations§
Source§impl Clone for NoFilesFoundLine
impl Clone for NoFilesFoundLine
Source§fn clone(&self) -> NoFilesFoundLine
fn clone(&self) -> NoFilesFoundLine
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 NoFilesFoundLine
impl Debug for NoFilesFoundLine
Source§impl Ord for NoFilesFoundLine
impl Ord for NoFilesFoundLine
Source§fn cmp(&self, other: &NoFilesFoundLine) -> Ordering
fn cmp(&self, other: &NoFilesFoundLine) -> 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 NoFilesFoundLine
impl PartialEq for NoFilesFoundLine
Source§impl PartialOrd for NoFilesFoundLine
impl PartialOrd for NoFilesFoundLine
impl Copy for NoFilesFoundLine
impl Eq for NoFilesFoundLine
impl StructuralPartialEq for NoFilesFoundLine
Auto Trait Implementations§
impl Freeze for NoFilesFoundLine
impl RefUnwindSafe for NoFilesFoundLine
impl Send for NoFilesFoundLine
impl Sync for NoFilesFoundLine
impl Unpin for NoFilesFoundLine
impl UnwindSafe for NoFilesFoundLine
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