pub struct EntityStatusRequest {}Expand description
Requests the status of a DoIP Entity.
Trait Implementations§
Source§impl Clone for EntityStatusRequest
impl Clone for EntityStatusRequest
Source§fn clone(&self) -> EntityStatusRequest
fn clone(&self) -> EntityStatusRequest
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 EntityStatusRequest
impl Debug for EntityStatusRequest
Source§impl From<&[u8]> for EntityStatusRequest
impl From<&[u8]> for EntityStatusRequest
Source§impl From<EntityStatusRequest> for [u8; 0]
impl From<EntityStatusRequest> for [u8; 0]
Source§fn from(_: EntityStatusRequest) -> Self
fn from(_: EntityStatusRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EntityStatusRequest
impl PartialEq for EntityStatusRequest
impl Copy for EntityStatusRequest
impl StructuralPartialEq for EntityStatusRequest
Auto Trait Implementations§
impl Freeze for EntityStatusRequest
impl RefUnwindSafe for EntityStatusRequest
impl Send for EntityStatusRequest
impl Sync for EntityStatusRequest
impl Unpin for EntityStatusRequest
impl UnsafeUnpin for EntityStatusRequest
impl UnwindSafe for EntityStatusRequest
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