pub struct ControlDTCSettingResponse {
pub dtc_setting_type: DtcSettingType,
}Fields§
§dtc_setting_type: DtcSettingTypeTrait Implementations§
Source§impl Clone for ControlDTCSettingResponse
impl Clone for ControlDTCSettingResponse
Source§fn clone(&self) -> ControlDTCSettingResponse
fn clone(&self) -> ControlDTCSettingResponse
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 ControlDTCSettingResponse
impl Debug for ControlDTCSettingResponse
Source§impl FrameRead<'_> for ControlDTCSettingResponse
impl FrameRead<'_> for ControlDTCSettingResponse
Source§impl Ord for ControlDTCSettingResponse
impl Ord for ControlDTCSettingResponse
Source§fn cmp(&self, other: &ControlDTCSettingResponse) -> Ordering
fn cmp(&self, other: &ControlDTCSettingResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ControlDTCSettingResponse
impl PartialOrd for ControlDTCSettingResponse
impl Eq for ControlDTCSettingResponse
impl StructuralPartialEq for ControlDTCSettingResponse
Auto Trait Implementations§
impl Freeze for ControlDTCSettingResponse
impl RefUnwindSafe for ControlDTCSettingResponse
impl Send for ControlDTCSettingResponse
impl Sync for ControlDTCSettingResponse
impl Unpin for ControlDTCSettingResponse
impl UnsafeUnpin for ControlDTCSettingResponse
impl UnwindSafe for ControlDTCSettingResponse
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