pub struct SetAttributesAsTextResult {}Trait Implementations§
Source§impl Clone for SetAttributesAsTextResult
impl Clone for SetAttributesAsTextResult
Source§fn clone(&self) -> SetAttributesAsTextResult
fn clone(&self) -> SetAttributesAsTextResult
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 SetAttributesAsTextResult
impl Debug for SetAttributesAsTextResult
Source§impl Default for SetAttributesAsTextResult
impl Default for SetAttributesAsTextResult
Source§fn default() -> SetAttributesAsTextResult
fn default() -> SetAttributesAsTextResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetAttributesAsTextResult
impl<'de> Deserialize<'de> for SetAttributesAsTextResult
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 TryFrom<Value> for SetAttributesAsTextResult
impl TryFrom<Value> for SetAttributesAsTextResult
impl StructuralPartialEq for SetAttributesAsTextResult
Auto Trait Implementations§
impl Freeze for SetAttributesAsTextResult
impl RefUnwindSafe for SetAttributesAsTextResult
impl Send for SetAttributesAsTextResult
impl Sync for SetAttributesAsTextResult
impl Unpin for SetAttributesAsTextResult
impl UnsafeUnpin for SetAttributesAsTextResult
impl UnwindSafe for SetAttributesAsTextResult
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