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