Enum below_common::logutil::TargetLog
source · [−]pub enum TargetLog {
All,
File,
Term,
}Variants
All
File
Term
Trait Implementations
sourceimpl PartialEq<TargetLog> for TargetLog
impl PartialEq<TargetLog> for TargetLog
impl Copy for TargetLog
impl StructuralPartialEq for TargetLog
Auto Trait Implementations
impl RefUnwindSafe for TargetLog
impl Send for TargetLog
impl Sync for TargetLog
impl Unpin for TargetLog
impl UnwindSafe for TargetLog
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more