pub struct AddCtHelper {
pub family: String,
pub table: String,
pub name: String,
pub comment: Option<String>,
pub type: Option<String>,
pub protocol: Option<String>,
pub l3proto: Option<String>,
}
Fields§
§family: String
§table: String
§name: String
§comment: Option<String>
§type: Option<String>
§protocol: Option<String>
§l3proto: Option<String>
Trait Implementations§
Source§impl Clone for AddCtHelper
impl Clone for AddCtHelper
Source§fn clone(&self) -> AddCtHelper
fn clone(&self) -> AddCtHelper
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 AddCtHelper
impl Debug for AddCtHelper
Source§impl Default for AddCtHelper
impl Default for AddCtHelper
Source§fn default() -> AddCtHelper
fn default() -> AddCtHelper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddCtHelper
impl<'de> Deserialize<'de> for AddCtHelper
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 AddCtHelper
impl RefUnwindSafe for AddCtHelper
impl Send for AddCtHelper
impl Sync for AddCtHelper
impl Unpin for AddCtHelper
impl UnwindSafe for AddCtHelper
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