Enum nando_support::log_entry::LogEntryType
source · pub enum LogEntryType {}Auto Trait Implementations§
impl RefUnwindSafe for LogEntryType
impl Send for LogEntryType
impl Sync for LogEntryType
impl Unpin for LogEntryType
impl UnwindSafe for LogEntryType
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