pub struct LogDomain(/* private fields */);
Expand description
Service domain of logs
The user can set this value as required. The value can be used
when filtering hilog
logs.
Implementations§
Trait Implementations§
Source§impl Ord for LogDomain
impl Ord for LogDomain
Source§impl PartialOrd for LogDomain
impl PartialOrd for LogDomain
impl Copy for LogDomain
impl Eq for LogDomain
impl StructuralPartialEq for LogDomain
Auto Trait Implementations§
impl Freeze for LogDomain
impl RefUnwindSafe for LogDomain
impl Send for LogDomain
impl Sync for LogDomain
impl Unpin for LogDomain
impl UnwindSafe for LogDomain
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