pub struct DeletePacketsRequestDTO { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for DeletePacketsRequestDTO
impl Debug for DeletePacketsRequestDTO
Source§impl PartialEq for DeletePacketsRequestDTO
impl PartialEq for DeletePacketsRequestDTO
Source§impl Typed for DeletePacketsRequestDTO
impl Typed for DeletePacketsRequestDTO
impl API for DeletePacketsRequestDTO
impl Eq for DeletePacketsRequestDTO
impl StructuralPartialEq for DeletePacketsRequestDTO
Auto Trait Implementations§
impl Freeze for DeletePacketsRequestDTO
impl RefUnwindSafe for DeletePacketsRequestDTO
impl Send for DeletePacketsRequestDTO
impl Sync for DeletePacketsRequestDTO
impl Unpin for DeletePacketsRequestDTO
impl UnwindSafe for DeletePacketsRequestDTO
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