pub enum HubLog {
All,
None,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HubLog
impl RefUnwindSafe for HubLog
impl Send for HubLog
impl Sync for HubLog
impl Unpin for HubLog
impl UnwindSafe for HubLog
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