pub struct DtcLibrary {
pub ecm: Vec<DtcEntry>,
pub tcm: Vec<DtcEntry>,
pub bcm: Vec<DtcEntry>,
pub network: Vec<DtcEntry>,
}Fields§
§ecm: Vec<DtcEntry>§tcm: Vec<DtcEntry>§bcm: Vec<DtcEntry>§network: Vec<DtcEntry>Implementations§
Trait Implementations§
Source§impl Clone for DtcLibrary
impl Clone for DtcLibrary
Source§fn clone(&self) -> DtcLibrary
fn clone(&self) -> DtcLibrary
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 DtcLibrary
impl Debug for DtcLibrary
Source§impl Default for DtcLibrary
impl Default for DtcLibrary
Source§fn default() -> DtcLibrary
fn default() -> DtcLibrary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DtcLibrary
impl<'de> Deserialize<'de> for DtcLibrary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DtcLibrary
impl RefUnwindSafe for DtcLibrary
impl Send for DtcLibrary
impl Sync for DtcLibrary
impl Unpin for DtcLibrary
impl UnsafeUnpin for DtcLibrary
impl UnwindSafe for DtcLibrary
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