pub struct SetTraceParams {
pub value: TraceValue,
}Fields§
§value: TraceValueImplementations§
Source§impl SetTraceParams
impl SetTraceParams
pub const fn new(value: TraceValue) -> Self
Trait Implementations§
Source§impl Clone for SetTraceParams
impl Clone for SetTraceParams
Source§fn clone(&self) -> SetTraceParams
fn clone(&self) -> SetTraceParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetTraceParams
impl Debug for SetTraceParams
Source§impl<'de> Deserialize<'de> for SetTraceParams
impl<'de> Deserialize<'de> for SetTraceParams
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 Hash for SetTraceParams
impl Hash for SetTraceParams
Source§impl PartialEq for SetTraceParams
impl PartialEq for SetTraceParams
Source§fn eq(&self, other: &SetTraceParams) -> bool
fn eq(&self, other: &SetTraceParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SetTraceParams
impl Serialize for SetTraceParams
impl Copy for SetTraceParams
impl Eq for SetTraceParams
impl StructuralPartialEq for SetTraceParams
Auto Trait Implementations§
impl Freeze for SetTraceParams
impl RefUnwindSafe for SetTraceParams
impl Send for SetTraceParams
impl Sync for SetTraceParams
impl Unpin for SetTraceParams
impl UnsafeUnpin for SetTraceParams
impl UnwindSafe for SetTraceParams
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