pub enum LogcatTag {
Fixed(String),
Target,
}
Expand description
Tag string to use for log messages.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogcatTag
impl RefUnwindSafe for LogcatTag
impl Send for LogcatTag
impl Sync for LogcatTag
impl Unpin for LogcatTag
impl UnwindSafe for LogcatTag
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