pub struct CtHelper {
pub family: String,
pub table: String,
pub name: String,
pub handle: Option<isize>,
pub comment: Option<String>,
pub type: Option<String>,
pub protocol: Option<String>,
pub l3proto: Option<String>,
}Fields§
§family: String§table: String§name: String§handle: Option<isize>§comment: Option<String>§type: Option<String>§protocol: Option<String>§l3proto: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CtHelper
impl<'de> Deserialize<'de> for CtHelper
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 CtHelper
impl RefUnwindSafe for CtHelper
impl Send for CtHelper
impl Sync for CtHelper
impl Unpin for CtHelper
impl UnwindSafe for CtHelper
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