pub struct RemoveAttributeReturnObject(pub Option<Value>);Expand description
Removes attribute with given name from an element with given id.
Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for RemoveAttributeReturnObject
impl Clone for RemoveAttributeReturnObject
Source§fn clone(&self) -> RemoveAttributeReturnObject
fn clone(&self) -> RemoveAttributeReturnObject
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 RemoveAttributeReturnObject
impl Debug for RemoveAttributeReturnObject
Source§impl<'de> Deserialize<'de> for RemoveAttributeReturnObject
impl<'de> Deserialize<'de> for RemoveAttributeReturnObject
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
impl StructuralPartialEq for RemoveAttributeReturnObject
Auto Trait Implementations§
impl Freeze for RemoveAttributeReturnObject
impl RefUnwindSafe for RemoveAttributeReturnObject
impl Send for RemoveAttributeReturnObject
impl Sync for RemoveAttributeReturnObject
impl Unpin for RemoveAttributeReturnObject
impl UnsafeUnpin for RemoveAttributeReturnObject
impl UnwindSafe for RemoveAttributeReturnObject
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