pub struct FailureNamespace { /* private fields */ }Expand description
A validated direct directory name for failure entries.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for FailureNamespace
impl AsRef<str> for FailureNamespace
Source§impl Clone for FailureNamespace
impl Clone for FailureNamespace
Source§fn clone(&self) -> FailureNamespace
fn clone(&self) -> FailureNamespace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FailureNamespace
impl Debug for FailureNamespace
Source§impl Display for FailureNamespace
impl Display for FailureNamespace
Source§impl FromStr for FailureNamespace
impl FromStr for FailureNamespace
Source§impl Hash for FailureNamespace
impl Hash for FailureNamespace
Source§impl Ord for FailureNamespace
impl Ord for FailureNamespace
Source§fn cmp(&self, other: &FailureNamespace) -> Ordering
fn cmp(&self, other: &FailureNamespace) -> Ordering
1.21.0 (const: unstable) · 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 FailureNamespace
impl PartialEq for FailureNamespace
Source§fn eq(&self, other: &FailureNamespace) -> bool
fn eq(&self, other: &FailureNamespace) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FailureNamespace
impl PartialOrd for FailureNamespace
impl Eq for FailureNamespace
impl StructuralPartialEq for FailureNamespace
Auto Trait Implementations§
impl Freeze for FailureNamespace
impl RefUnwindSafe for FailureNamespace
impl Send for FailureNamespace
impl Sync for FailureNamespace
impl Unpin for FailureNamespace
impl UnsafeUnpin for FailureNamespace
impl UnwindSafe for FailureNamespace
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more