pub struct VehicleIdentificationRequest {}Expand description
Used to request a VehicleAnnouncement from all available DoIP entities
on the network.
Trait Implementations§
Source§impl Clone for VehicleIdentificationRequest
impl Clone for VehicleIdentificationRequest
Source§fn clone(&self) -> VehicleIdentificationRequest
fn clone(&self) -> VehicleIdentificationRequest
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 VehicleIdentificationRequest
impl Debug for VehicleIdentificationRequest
Source§impl From<&[u8]> for VehicleIdentificationRequest
impl From<&[u8]> for VehicleIdentificationRequest
Source§impl From<VehicleIdentificationRequest> for [u8; 0]
impl From<VehicleIdentificationRequest> for [u8; 0]
Source§fn from(_: VehicleIdentificationRequest) -> Self
fn from(_: VehicleIdentificationRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VehicleIdentificationRequest
impl PartialEq for VehicleIdentificationRequest
Source§fn eq(&self, other: &VehicleIdentificationRequest) -> bool
fn eq(&self, other: &VehicleIdentificationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VehicleIdentificationRequest
impl StructuralPartialEq for VehicleIdentificationRequest
Auto Trait Implementations§
impl Freeze for VehicleIdentificationRequest
impl RefUnwindSafe for VehicleIdentificationRequest
impl Send for VehicleIdentificationRequest
impl Sync for VehicleIdentificationRequest
impl Unpin for VehicleIdentificationRequest
impl UnsafeUnpin for VehicleIdentificationRequest
impl UnwindSafe for VehicleIdentificationRequest
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