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