Struct below_common::logutil::CPMsgRecord
source · [−]pub struct CPMsgRecord { /* private fields */ }Expand description
CPMsgRecord stands for command palette record which used to pass the logging message from slog object to view objet by LAST_LOG_TO_DISPLAY
Implementations
Auto Trait Implementations
impl RefUnwindSafe for CPMsgRecord
impl Send for CPMsgRecord
impl Sync for CPMsgRecord
impl Unpin for CPMsgRecord
impl UnwindSafe for CPMsgRecord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more