pub struct BriefIpSecProfile {
pub id: Option<i32>,
pub url: Option<String>,
pub display: Option<String>,
pub name: String,
pub description: Option<String>,
}Expand description
BriefIpSecProfile : Adds support for custom fields and tags.
Fields§
§id: Option<i32>§url: Option<String>§display: Option<String>§name: String§description: Option<String>Implementations§
Source§impl BriefIpSecProfile
impl BriefIpSecProfile
Sourcepub fn new(name: String) -> BriefIpSecProfile
pub fn new(name: String) -> BriefIpSecProfile
Adds support for custom fields and tags.
Trait Implementations§
Source§impl Clone for BriefIpSecProfile
impl Clone for BriefIpSecProfile
Source§fn clone(&self) -> BriefIpSecProfile
fn clone(&self) -> BriefIpSecProfile
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 BriefIpSecProfile
impl Debug for BriefIpSecProfile
Source§impl Default for BriefIpSecProfile
impl Default for BriefIpSecProfile
Source§fn default() -> BriefIpSecProfile
fn default() -> BriefIpSecProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BriefIpSecProfile
impl<'de> Deserialize<'de> for BriefIpSecProfile
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
Source§impl PartialEq for BriefIpSecProfile
impl PartialEq for BriefIpSecProfile
Source§impl Serialize for BriefIpSecProfile
impl Serialize for BriefIpSecProfile
impl StructuralPartialEq for BriefIpSecProfile
Auto Trait Implementations§
impl Freeze for BriefIpSecProfile
impl RefUnwindSafe for BriefIpSecProfile
impl Send for BriefIpSecProfile
impl Sync for BriefIpSecProfile
impl Unpin for BriefIpSecProfile
impl UnwindSafe for BriefIpSecProfile
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