pub struct SetTraceNotification;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetTraceNotification
impl RefUnwindSafe for SetTraceNotification
impl Send for SetTraceNotification
impl Sync for SetTraceNotification
impl Unpin for SetTraceNotification
impl UnsafeUnpin for SetTraceNotification
impl UnwindSafe for SetTraceNotification
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