pub struct SetTimeDomainReturn {}๐Deprecated
Available on crate features
Performance and experimental only.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.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for SetTimeDomainReturn
impl Clone for SetTimeDomainReturn
Sourceยงfn clone(&self) -> SetTimeDomainReturn
fn clone(&self) -> SetTimeDomainReturn
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 SetTimeDomainReturn
impl Debug for SetTimeDomainReturn
Sourceยงimpl Default for SetTimeDomainReturn
impl Default for SetTimeDomainReturn
Sourceยงfn default() -> SetTimeDomainReturn
fn default() -> SetTimeDomainReturn
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl<'de> Deserialize<'de> for SetTimeDomainReturn
impl<'de> Deserialize<'de> for SetTimeDomainReturn
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
Auto Trait Implementationsยง
impl Freeze for SetTimeDomainReturn
impl RefUnwindSafe for SetTimeDomainReturn
impl Send for SetTimeDomainReturn
impl Sync for SetTimeDomainReturn
impl Unpin for SetTimeDomainReturn
impl UnwindSafe for SetTimeDomainReturn
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