Struct can_dbc::AttributeValueForObject
source · [−]pub struct AttributeValueForObject { /* private fields */ }
Implementations
sourceimpl AttributeValueForObject
impl AttributeValueForObject
pub fn attribute_name(&self) -> &String
pub fn attribute_value(&self) -> &AttributeValuedForObjectType
Trait Implementations
sourceimpl Clone for AttributeValueForObject
impl Clone for AttributeValueForObject
sourcefn clone(&self) -> AttributeValueForObject
fn clone(&self) -> AttributeValueForObject
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AttributeValueForObject
impl Debug for AttributeValueForObject
sourceimpl PartialEq<AttributeValueForObject> for AttributeValueForObject
impl PartialEq<AttributeValueForObject> for AttributeValueForObject
sourcefn eq(&self, other: &AttributeValueForObject) -> bool
fn eq(&self, other: &AttributeValueForObject) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AttributeValueForObject) -> bool
fn ne(&self, other: &AttributeValueForObject) -> bool
This method tests for !=
.
impl StructuralPartialEq for AttributeValueForObject
Auto Trait Implementations
impl RefUnwindSafe for AttributeValueForObject
impl Send for AttributeValueForObject
impl Sync for AttributeValueForObject
impl Unpin for AttributeValueForObject
impl UnwindSafe for AttributeValueForObject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more