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