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