pub struct PositionReachErrorTimeConfigCmd {
pub header: Header,
pub confirm: bool,
pub position_reach_error_time: u16,
}Fields§
§header: Header§confirm: bool§position_reach_error_time: u16Trait Implementations§
Source§impl Clone for PositionReachErrorTimeConfigCmd
impl Clone for PositionReachErrorTimeConfigCmd
Source§fn clone(&self) -> PositionReachErrorTimeConfigCmd
fn clone(&self) -> PositionReachErrorTimeConfigCmd
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<'de> Deserialize<'de> for PositionReachErrorTimeConfigCmd
impl<'de> Deserialize<'de> for PositionReachErrorTimeConfigCmd
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
Source§impl PartialEq for PositionReachErrorTimeConfigCmd
impl PartialEq for PositionReachErrorTimeConfigCmd
Source§fn eq(&self, other: &PositionReachErrorTimeConfigCmd) -> bool
fn eq(&self, other: &PositionReachErrorTimeConfigCmd) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Message for PositionReachErrorTimeConfigCmd
impl StructuralPartialEq for PositionReachErrorTimeConfigCmd
Auto Trait Implementations§
impl Freeze for PositionReachErrorTimeConfigCmd
impl RefUnwindSafe for PositionReachErrorTimeConfigCmd
impl Send for PositionReachErrorTimeConfigCmd
impl Sync for PositionReachErrorTimeConfigCmd
impl Unpin for PositionReachErrorTimeConfigCmd
impl UnwindSafe for PositionReachErrorTimeConfigCmd
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