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