pub enum TargetLog {
All,
File,
Term,
}
Variants§
Trait Implementations§
impl Copy for TargetLog
impl StructuralPartialEq for TargetLog
Auto Trait Implementations§
impl Freeze for TargetLog
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