pub struct DescribeClientVpnAuthorizationRulesResult {
pub authorization_rules: Option<Vec<AuthorizationRule>>,
pub next_token: Option<String>,
}Fields§
Information about the authorization rules.
next_token: Option<String>The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Trait Implementations§
Source§impl Clone for DescribeClientVpnAuthorizationRulesResult
impl Clone for DescribeClientVpnAuthorizationRulesResult
Source§fn clone(&self) -> DescribeClientVpnAuthorizationRulesResult
fn clone(&self) -> DescribeClientVpnAuthorizationRulesResult
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 Default for DescribeClientVpnAuthorizationRulesResult
impl Default for DescribeClientVpnAuthorizationRulesResult
Source§fn default() -> DescribeClientVpnAuthorizationRulesResult
fn default() -> DescribeClientVpnAuthorizationRulesResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeClientVpnAuthorizationRulesResult
impl PartialEq for DescribeClientVpnAuthorizationRulesResult
Source§fn eq(&self, other: &DescribeClientVpnAuthorizationRulesResult) -> bool
fn eq(&self, other: &DescribeClientVpnAuthorizationRulesResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeClientVpnAuthorizationRulesResult
Auto Trait Implementations§
impl Freeze for DescribeClientVpnAuthorizationRulesResult
impl RefUnwindSafe for DescribeClientVpnAuthorizationRulesResult
impl Send for DescribeClientVpnAuthorizationRulesResult
impl Sync for DescribeClientVpnAuthorizationRulesResult
impl Unpin for DescribeClientVpnAuthorizationRulesResult
impl UnwindSafe for DescribeClientVpnAuthorizationRulesResult
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