Enum logging_rs::Output
source · pub enum Output {
STDOUT,
STDERR,
FILE {
path: String,
},
}
Expand description
Output types
Variants§
Trait Implementations§
source§impl Ord for Output
impl Ord for Output
source§impl PartialEq for Output
impl PartialEq for Output
source§impl PartialOrd for Output
impl PartialOrd for Output
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for Output
impl StructuralEq for Output
impl StructuralPartialEq for Output
Auto Trait Implementations§
impl RefUnwindSafe for Output
impl Send for Output
impl Sync for Output
impl Unpin for Output
impl UnwindSafe for Output
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