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