pub struct ETM { /* private fields */ }
Expand description
ETM
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ETM
impl RefUnwindSafe for ETM
impl !Sync for ETM
impl Unpin for ETM
impl UnwindSafe for ETM
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