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