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