pub enum TracingCompleteMethod {
TracingComplete,
}Variants§
TracingComplete
Trait Implementations§
Source§impl Clone for TracingCompleteMethod
impl Clone for TracingCompleteMethod
Source§fn clone(&self) -> TracingCompleteMethod
fn clone(&self) -> TracingCompleteMethod
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 TracingCompleteMethod
impl Debug for TracingCompleteMethod
Source§impl<'de> Deserialize<'de> for TracingCompleteMethod
impl<'de> Deserialize<'de> for TracingCompleteMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TracingCompleteMethod
impl PartialEq for TracingCompleteMethod
Source§impl Serialize for TracingCompleteMethod
impl Serialize for TracingCompleteMethod
impl StructuralPartialEq for TracingCompleteMethod
Auto Trait Implementations§
impl Freeze for TracingCompleteMethod
impl RefUnwindSafe for TracingCompleteMethod
impl Send for TracingCompleteMethod
impl Sync for TracingCompleteMethod
impl Unpin for TracingCompleteMethod
impl UnsafeUnpin for TracingCompleteMethod
impl UnwindSafe for TracingCompleteMethod
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