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§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