pub enum GetHistogramsMethod {
GetHistograms,
}Variants§
GetHistograms
Trait Implementations§
Source§impl Clone for GetHistogramsMethod
impl Clone for GetHistogramsMethod
Source§fn clone(&self) -> GetHistogramsMethod
fn clone(&self) -> GetHistogramsMethod
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 GetHistogramsMethod
impl Debug for GetHistogramsMethod
Source§impl<'de> Deserialize<'de> for GetHistogramsMethod
impl<'de> Deserialize<'de> for GetHistogramsMethod
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 GetHistogramsMethod
impl PartialEq for GetHistogramsMethod
Source§impl Serialize for GetHistogramsMethod
impl Serialize for GetHistogramsMethod
impl StructuralPartialEq for GetHistogramsMethod
Auto Trait Implementations§
impl Freeze for GetHistogramsMethod
impl RefUnwindSafe for GetHistogramsMethod
impl Send for GetHistogramsMethod
impl Sync for GetHistogramsMethod
impl Unpin for GetHistogramsMethod
impl UnsafeUnpin for GetHistogramsMethod
impl UnwindSafe for GetHistogramsMethod
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