pub struct AttributeDefault { /* private fields */ }
Implementations§
Source§impl AttributeDefault
Auto-generated by derive_getters::Getters
.
impl AttributeDefault
Auto-generated by derive_getters::Getters
.
Sourcepub fn attribute_name(&self) -> &String
pub fn attribute_name(&self) -> &String
Get field attribute_name
from instance of AttributeDefault
.
Sourcepub fn attribute_value(&self) -> &AttributeValue
pub fn attribute_value(&self) -> &AttributeValue
Get field attribute_value
from instance of AttributeDefault
.
Trait Implementations§
Source§impl Clone for AttributeDefault
impl Clone for AttributeDefault
Source§fn clone(&self) -> AttributeDefault
fn clone(&self) -> AttributeDefault
Returns a copy 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 AttributeDefault
impl Debug for AttributeDefault
Source§impl PartialEq for AttributeDefault
impl PartialEq for AttributeDefault
impl StructuralPartialEq for AttributeDefault
Auto Trait Implementations§
impl Freeze for AttributeDefault
impl RefUnwindSafe for AttributeDefault
impl Send for AttributeDefault
impl Sync for AttributeDefault
impl Unpin for AttributeDefault
impl UnwindSafe for AttributeDefault
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