pub struct NameAttribute {
pub attribute_value: String,
pub named_item: NameAttributeSelectRef,
}Fields§
§attribute_value: String§named_item: NameAttributeSelectRefTrait Implementations§
Source§impl Clone for NameAttribute
impl Clone for NameAttribute
Source§fn clone(&self) -> NameAttribute
fn clone(&self) -> NameAttribute
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 NameAttribute
impl Debug for NameAttribute
Source§impl PartialEq for NameAttribute
impl PartialEq for NameAttribute
Source§fn eq(&self, other: &NameAttribute) -> bool
fn eq(&self, other: &NameAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NameAttribute
Auto Trait Implementations§
impl Freeze for NameAttribute
impl RefUnwindSafe for NameAttribute
impl Send for NameAttribute
impl Sync for NameAttribute
impl Unpin for NameAttribute
impl UnsafeUnpin for NameAttribute
impl UnwindSafe for NameAttribute
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