pub enum TEST_LOG_DIRECTORY {}
Expand description
Type-tag for [TEST_LOG_DIRECTORY
]
Trait Implementations§
Source§impl Clone for TEST_LOG_DIRECTORY
impl Clone for TEST_LOG_DIRECTORY
Source§fn clone(&self) -> TEST_LOG_DIRECTORY
fn clone(&self) -> TEST_LOG_DIRECTORY
Returns a copy 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 TEST_LOG_DIRECTORY
impl Debug for TEST_LOG_DIRECTORY
Source§impl Hash for TEST_LOG_DIRECTORY
impl Hash for TEST_LOG_DIRECTORY
Source§impl Ord for TEST_LOG_DIRECTORY
impl Ord for TEST_LOG_DIRECTORY
Source§fn cmp(&self, other: &TEST_LOG_DIRECTORY) -> Ordering
fn cmp(&self, other: &TEST_LOG_DIRECTORY) -> 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 TEST_LOG_DIRECTORY
impl PartialEq for TEST_LOG_DIRECTORY
Source§impl PartialOrd for TEST_LOG_DIRECTORY
impl PartialOrd for TEST_LOG_DIRECTORY
impl ArtifactId for TEST_LOG_DIRECTORY
impl Copy for TEST_LOG_DIRECTORY
impl Eq for TEST_LOG_DIRECTORY
impl StructuralPartialEq for TEST_LOG_DIRECTORY
Auto Trait Implementations§
impl Freeze for TEST_LOG_DIRECTORY
impl RefUnwindSafe for TEST_LOG_DIRECTORY
impl Send for TEST_LOG_DIRECTORY
impl Sync for TEST_LOG_DIRECTORY
impl Unpin for TEST_LOG_DIRECTORY
impl UnwindSafe for TEST_LOG_DIRECTORY
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