pub struct DescriptionAttribute {
pub attribute_value: String,
pub described_item: DescriptionAttributeSelectRef,
}Fields§
§attribute_value: String§described_item: DescriptionAttributeSelectRefTrait Implementations§
Source§impl Clone for DescriptionAttribute
impl Clone for DescriptionAttribute
Source§fn clone(&self) -> DescriptionAttribute
fn clone(&self) -> DescriptionAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DescriptionAttribute
impl Debug for DescriptionAttribute
Source§impl PartialEq for DescriptionAttribute
impl PartialEq for DescriptionAttribute
Source§fn eq(&self, other: &DescriptionAttribute) -> bool
fn eq(&self, other: &DescriptionAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescriptionAttribute
Auto Trait Implementations§
impl Freeze for DescriptionAttribute
impl RefUnwindSafe for DescriptionAttribute
impl Send for DescriptionAttribute
impl Sync for DescriptionAttribute
impl Unpin for DescriptionAttribute
impl UnsafeUnpin for DescriptionAttribute
impl UnwindSafe for DescriptionAttribute
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