Struct can_dbc::AttributeDefault
source · [−]pub struct AttributeDefault { /* private fields */ }
Implementations
sourceimpl AttributeDefault
impl AttributeDefault
pub fn attribute_name(&self) -> &String
pub fn attribute_value(&self) -> &AttributeValue
Trait Implementations
sourceimpl Clone for AttributeDefault
impl Clone for AttributeDefault
sourcefn clone(&self) -> AttributeDefault
fn clone(&self) -> AttributeDefault
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 AttributeDefault
impl Debug for AttributeDefault
sourceimpl PartialEq<AttributeDefault> for AttributeDefault
impl PartialEq<AttributeDefault> for AttributeDefault
sourcefn eq(&self, other: &AttributeDefault) -> bool
fn eq(&self, other: &AttributeDefault) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AttributeDefault) -> bool
fn ne(&self, other: &AttributeDefault) -> bool
This method tests for !=
.
impl StructuralPartialEq for AttributeDefault
Auto Trait Implementations
impl RefUnwindSafe for AttributeDefault
impl Send for AttributeDefault
impl Sync for AttributeDefault
impl Unpin for AttributeDefault
impl UnwindSafe for AttributeDefault
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