pub enum TraceProtocol {
VendorDefined,
}Variants§
VendorDefined
Trait Implementations§
Source§impl Clone for TraceProtocol
impl Clone for TraceProtocol
Source§fn clone(&self) -> TraceProtocol
fn clone(&self) -> TraceProtocol
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TraceProtocol
impl Debug for TraceProtocol
impl Copy for TraceProtocol
Auto Trait Implementations§
impl Freeze for TraceProtocol
impl RefUnwindSafe for TraceProtocol
impl Send for TraceProtocol
impl Sync for TraceProtocol
impl Unpin for TraceProtocol
impl UnwindSafe for TraceProtocol
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