pub struct ObservableTcp {
pub matching: TcpObservation,
}
Fields§
§matching: TcpObservation
Core matching data for fingerprinting
Trait Implementations§
Source§impl Clone for ObservableTcp
impl Clone for ObservableTcp
Source§fn clone(&self) -> ObservableTcp
fn clone(&self) -> ObservableTcp
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 ObservableTcp
impl Debug for ObservableTcp
Auto Trait Implementations§
impl Freeze for ObservableTcp
impl RefUnwindSafe for ObservableTcp
impl Send for ObservableTcp
impl Sync for ObservableTcp
impl Unpin for ObservableTcp
impl UnwindSafe for ObservableTcp
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