pub struct SetTimeDomainReturnObject(pub Option<Value>);๐Deprecated
Expand description
Sets time domain to use for collecting and reporting duration metrics. Note that this must be called before enabling metrics collection. Calling this method while metrics collection is enabled returns an error.
Tuple Fieldsยง
ยง0: Option<Value>๐Deprecated
Trait Implementationsยง
Sourceยงimpl Clone for SetTimeDomainReturnObject
impl Clone for SetTimeDomainReturnObject
Sourceยงfn clone(&self) -> SetTimeDomainReturnObject
fn clone(&self) -> SetTimeDomainReturnObject
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 SetTimeDomainReturnObject
impl Debug for SetTimeDomainReturnObject
Sourceยงimpl<'de> Deserialize<'de> for SetTimeDomainReturnObject
impl<'de> Deserialize<'de> for SetTimeDomainReturnObject
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 SetTimeDomainReturnObject
impl PartialEq for SetTimeDomainReturnObject
Sourceยงfn eq(&self, other: &SetTimeDomainReturnObject) -> bool
fn eq(&self, other: &SetTimeDomainReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetTimeDomainReturnObject
Auto Trait Implementationsยง
impl Freeze for SetTimeDomainReturnObject
impl RefUnwindSafe for SetTimeDomainReturnObject
impl Send for SetTimeDomainReturnObject
impl Sync for SetTimeDomainReturnObject
impl Unpin for SetTimeDomainReturnObject
impl UnsafeUnpin for SetTimeDomainReturnObject
impl UnwindSafe for SetTimeDomainReturnObject
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