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