pub struct IkeProposalGroup {
pub value: Option<Value>,
pub label: Option<Label>,
}Fields§
§value: Option<Value>1- Group 1 *2- Group 2 *5- Group 5 *14- Group 14 *15- Group 15 *16- Group 16 *17- Group 17 *18- Group 18 *19- Group 19 *20- Group 20 *21- Group 21 *22- Group 22 *23- Group 23 *24- Group 24 *25- Group 25 *26- Group 26 *27- Group 27 *28- Group 28 *29- Group 29 *30- Group 30 *31- Group 31 *32- Group 32 *33- Group 33 *34- Group 34
label: Option<Label>Implementations§
Source§impl IkeProposalGroup
impl IkeProposalGroup
pub fn new() -> IkeProposalGroup
Trait Implementations§
Source§impl Clone for IkeProposalGroup
impl Clone for IkeProposalGroup
Source§fn clone(&self) -> IkeProposalGroup
fn clone(&self) -> IkeProposalGroup
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 IkeProposalGroup
impl Debug for IkeProposalGroup
Source§impl Default for IkeProposalGroup
impl Default for IkeProposalGroup
Source§fn default() -> IkeProposalGroup
fn default() -> IkeProposalGroup
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IkeProposalGroup
impl<'de> Deserialize<'de> for IkeProposalGroup
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 IkeProposalGroup
impl PartialEq for IkeProposalGroup
Source§impl Serialize for IkeProposalGroup
impl Serialize for IkeProposalGroup
impl StructuralPartialEq for IkeProposalGroup
Auto Trait Implementations§
impl Freeze for IkeProposalGroup
impl RefUnwindSafe for IkeProposalGroup
impl Send for IkeProposalGroup
impl Sync for IkeProposalGroup
impl Unpin for IkeProposalGroup
impl UnwindSafe for IkeProposalGroup
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