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 Freeze for CPMsgRecord
impl RefUnwindSafe for CPMsgRecord
impl Send for CPMsgRecord
impl Sync for CPMsgRecord
impl Unpin for CPMsgRecord
impl UnwindSafe for CPMsgRecord
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