pub struct GetNetworkPortscanParams {
pub host_query: String,
pub port_query: String,
pub protocol_query: Option<String>,
}Fields§
§host_query: String§port_query: String§protocol_query: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GetNetworkPortscanParams
impl Clone for GetNetworkPortscanParams
Source§fn clone(&self) -> GetNetworkPortscanParams
fn clone(&self) -> GetNetworkPortscanParams
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 moreAuto Trait Implementations§
impl Freeze for GetNetworkPortscanParams
impl RefUnwindSafe for GetNetworkPortscanParams
impl Send for GetNetworkPortscanParams
impl Sync for GetNetworkPortscanParams
impl Unpin for GetNetworkPortscanParams
impl UnwindSafe for GetNetworkPortscanParams
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