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