pub struct HazardDetection {
pub header: Header,
pub type_: u8,
}Fields§
§header: Header§type_: u8Implementations§
Trait Implementations§
Source§impl Clone for HazardDetection
impl Clone for HazardDetection
Source§fn clone(&self) -> HazardDetection
fn clone(&self) -> HazardDetection
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 HazardDetection
impl Debug for HazardDetection
Source§impl Default for HazardDetection
impl Default for HazardDetection
Source§impl<'de> Deserialize<'de> for HazardDetection
impl<'de> Deserialize<'de> for HazardDetection
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 HazardDetection
impl PartialEq for HazardDetection
Source§impl Serialize for HazardDetection
impl Serialize for HazardDetection
impl Message for HazardDetection
impl StructuralPartialEq for HazardDetection
Auto Trait Implementations§
impl Freeze for HazardDetection
impl RefUnwindSafe for HazardDetection
impl Send for HazardDetection
impl Sync for HazardDetection
impl Unpin for HazardDetection
impl UnwindSafe for HazardDetection
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