pub struct EcucAddInfoParamValue(/* private fields */);
Expand description
The EcucAddInfoParamValue
holds descriptive text and takes the role of a parameter in the ECU configuration
Trait Implementations§
Source§impl Clone for EcucAddInfoParamValue
impl Clone for EcucAddInfoParamValue
Source§fn clone(&self) -> EcucAddInfoParamValue
fn clone(&self) -> EcucAddInfoParamValue
Returns a duplicate 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 EcucAddInfoParamValue
impl Debug for EcucAddInfoParamValue
Source§impl From<EcucAddInfoParamValue> for Element
impl From<EcucAddInfoParamValue> for Element
Source§fn from(val: EcucAddInfoParamValue) -> Self
fn from(val: EcucAddInfoParamValue) -> Self
Converts to this type from the input type.
Source§impl Hash for EcucAddInfoParamValue
impl Hash for EcucAddInfoParamValue
Source§impl PartialEq for EcucAddInfoParamValue
impl PartialEq for EcucAddInfoParamValue
Source§impl TryFrom<Element> for EcucAddInfoParamValue
impl TryFrom<Element> for EcucAddInfoParamValue
impl Eq for EcucAddInfoParamValue
impl StructuralPartialEq for EcucAddInfoParamValue
Auto Trait Implementations§
impl Freeze for EcucAddInfoParamValue
impl !RefUnwindSafe for EcucAddInfoParamValue
impl Send for EcucAddInfoParamValue
impl Sync for EcucAddInfoParamValue
impl Unpin for EcucAddInfoParamValue
impl !UnwindSafe for EcucAddInfoParamValue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.