Fields
level: Option<String>enable_trace: boolTrait Implementations
sourceimpl Clone for InstrumentLogOptions
impl Clone for InstrumentLogOptions
sourcefn clone(&self) -> InstrumentLogOptions
fn clone(&self) -> InstrumentLogOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for InstrumentLogOptions
impl Debug for InstrumentLogOptions
sourceimpl Default for InstrumentLogOptions
impl Default for InstrumentLogOptions
sourceimpl<'de> Deserialize<'de> for InstrumentLogOptionswhere
InstrumentLogOptions: Default,
impl<'de> Deserialize<'de> for InstrumentLogOptionswhere
InstrumentLogOptions: Default,
sourcefn 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
sourceimpl PartialEq<InstrumentLogOptions> for InstrumentLogOptions
impl PartialEq<InstrumentLogOptions> for InstrumentLogOptions
sourcefn eq(&self, other: &InstrumentLogOptions) -> bool
fn eq(&self, other: &InstrumentLogOptions) -> bool
sourceimpl Serialize for InstrumentLogOptions
impl Serialize for InstrumentLogOptions
impl StructuralPartialEq for InstrumentLogOptions
Auto Trait Implementations
impl RefUnwindSafe for InstrumentLogOptions
impl Send for InstrumentLogOptions
impl Sync for InstrumentLogOptions
impl Unpin for InstrumentLogOptions
impl UnwindSafe for InstrumentLogOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more