pub enum LogMsgQueueAny {
LogStaticStrEvent(LogStaticStrEvent),
LogStringEvent(LogStringEvent),
LogStaticStrInteropEvent(LogStaticStrInteropEvent),
LogStringInteropEvent(LogStringInteropEvent),
TaggedLogString(TaggedLogString),
}Variants§
LogStaticStrEvent(LogStaticStrEvent)
LogStringEvent(LogStringEvent)
LogStaticStrInteropEvent(LogStaticStrInteropEvent)
LogStringInteropEvent(LogStringInteropEvent)
TaggedLogString(TaggedLogString)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogMsgQueueAny
impl RefUnwindSafe for LogMsgQueueAny
impl !Send for LogMsgQueueAny
impl !Sync for LogMsgQueueAny
impl Unpin for LogMsgQueueAny
impl UnsafeUnpin for LogMsgQueueAny
impl UnwindSafe for LogMsgQueueAny
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