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