pub struct DataPacketDTO { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DataPacketDTO
impl Clone for DataPacketDTO
Source§fn clone(&self) -> DataPacketDTO
fn clone(&self) -> DataPacketDTO
Returns a copy 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 DataPacketDTO
impl Debug for DataPacketDTO
Source§impl PartialEq for DataPacketDTO
impl PartialEq for DataPacketDTO
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 Freeze for DataPacketDTO
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