pub struct InsertPcapFileDTO { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for InsertPcapFileDTO
impl Clone for InsertPcapFileDTO
Source§fn clone(&self) -> InsertPcapFileDTO
fn clone(&self) -> InsertPcapFileDTO
Returns a duplicate 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 InsertPcapFileDTO
impl Debug for InsertPcapFileDTO
Source§impl PartialEq for InsertPcapFileDTO
impl PartialEq for InsertPcapFileDTO
Source§impl Typed for InsertPcapFileDTO
impl Typed for InsertPcapFileDTO
impl API for InsertPcapFileDTO
impl Eq for InsertPcapFileDTO
impl StructuralPartialEq for InsertPcapFileDTO
Auto Trait Implementations§
impl Freeze for InsertPcapFileDTO
impl RefUnwindSafe for InsertPcapFileDTO
impl Send for InsertPcapFileDTO
impl Sync for InsertPcapFileDTO
impl Unpin for InsertPcapFileDTO
impl UnwindSafe for InsertPcapFileDTO
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