Enum can_dbc::AttributeDefinition
source · [−]pub enum AttributeDefinition {
Message(String),
Node(String),
Signal(String),
EnvironmentVariable(String),
Plain(String),
}
Variants
Message(String)
Node(String)
Signal(String)
EnvironmentVariable(String)
Plain(String)
Trait Implementations
sourceimpl Clone for AttributeDefinition
impl Clone for AttributeDefinition
sourcefn clone(&self) -> AttributeDefinition
fn clone(&self) -> AttributeDefinition
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 AttributeDefinition
impl Debug for AttributeDefinition
sourceimpl PartialEq<AttributeDefinition> for AttributeDefinition
impl PartialEq<AttributeDefinition> for AttributeDefinition
sourcefn eq(&self, other: &AttributeDefinition) -> bool
fn eq(&self, other: &AttributeDefinition) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AttributeDefinition) -> bool
fn ne(&self, other: &AttributeDefinition) -> bool
This method tests for !=
.
impl StructuralPartialEq for AttributeDefinition
Auto Trait Implementations
impl RefUnwindSafe for AttributeDefinition
impl Send for AttributeDefinition
impl Sync for AttributeDefinition
impl Unpin for AttributeDefinition
impl UnwindSafe for AttributeDefinition
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