#[repr(C)]pub struct ShumateSymbolEvent { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShumateSymbolEvent
impl RefUnwindSafe for ShumateSymbolEvent
impl !Send for ShumateSymbolEvent
impl !Sync for ShumateSymbolEvent
impl !Unpin for ShumateSymbolEvent
impl UnwindSafe for ShumateSymbolEvent
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