Enum below_common::logutil::TargetLog
source · pub enum TargetLog {
All,
File,
Term,
}Variants§
Trait Implementations§
source§impl 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§
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