pub enum TraceKind {
Client,
Server,
}
Variants§
Trait Implementations§
impl Copy for TraceKind
Auto Trait Implementations§
impl Freeze for TraceKind
impl RefUnwindSafe for TraceKind
impl Send for TraceKind
impl Sync for TraceKind
impl Unpin for TraceKind
impl UnwindSafe for TraceKind
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