pub struct CtExpectation {
pub family: String,
pub table: String,
pub name: String,
pub handle: Option<isize>,
pub comment: Option<String>,
pub protocol: Option<String>,
pub l3proto: Option<String>,
pub dport: Option<String>,
pub timeout: Option<isize>,
pub size: Option<String>,
}Fields§
§family: String§table: String§name: String§handle: Option<isize>§comment: Option<String>§protocol: Option<String>§l3proto: Option<String>§dport: Option<String>§timeout: Option<isize>§size: Option<String>Trait Implementations§
Source§impl Clone for CtExpectation
impl Clone for CtExpectation
Source§fn clone(&self) -> CtExpectation
fn clone(&self) -> CtExpectation
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 CtExpectation
impl Debug for CtExpectation
Source§impl Default for CtExpectation
impl Default for CtExpectation
Source§fn default() -> CtExpectation
fn default() -> CtExpectation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CtExpectation
impl<'de> Deserialize<'de> for CtExpectation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CtExpectation
impl RefUnwindSafe for CtExpectation
impl Send for CtExpectation
impl Sync for CtExpectation
impl Unpin for CtExpectation
impl UnwindSafe for CtExpectation
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