Struct net_agent_api::api::data_packet::DataPacketDTO
source · pub struct DataPacketDTO { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for DataPacketDTO
impl Debug for DataPacketDTO
source§impl PartialEq for DataPacketDTO
impl PartialEq for DataPacketDTO
source§fn eq(&self, other: &DataPacketDTO) -> bool
fn eq(&self, other: &DataPacketDTO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Typed for DataPacketDTO
impl Typed for DataPacketDTO
impl API for DataPacketDTO
impl Eq for DataPacketDTO
impl StructuralPartialEq for DataPacketDTO
Auto Trait Implementations§
impl RefUnwindSafe for DataPacketDTO
impl Send for DataPacketDTO
impl Sync for DataPacketDTO
impl Unpin for DataPacketDTO
impl UnwindSafe for DataPacketDTO
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