pub struct DescribeNetworkInterfacePermissionsResult {
pub network_interface_permissions: Option<Vec<NetworkInterfacePermission>>,
pub next_token: Option<String>,
}Expand description
Contains the output for DescribeNetworkInterfacePermissions.
Fields§
§network_interface_permissions: Option<Vec<NetworkInterfacePermission>>The network interface permissions.
next_token: Option<String>The token to use to retrieve the next page of results.
Trait Implementations§
Source§impl Clone for DescribeNetworkInterfacePermissionsResult
impl Clone for DescribeNetworkInterfacePermissionsResult
Source§fn clone(&self) -> DescribeNetworkInterfacePermissionsResult
fn clone(&self) -> DescribeNetworkInterfacePermissionsResult
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 DescribeNetworkInterfacePermissionsResult
impl Default for DescribeNetworkInterfacePermissionsResult
Source§fn default() -> DescribeNetworkInterfacePermissionsResult
fn default() -> DescribeNetworkInterfacePermissionsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeNetworkInterfacePermissionsResult
impl PartialEq for DescribeNetworkInterfacePermissionsResult
Source§fn eq(&self, other: &DescribeNetworkInterfacePermissionsResult) -> bool
fn eq(&self, other: &DescribeNetworkInterfacePermissionsResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeNetworkInterfacePermissionsResult
Auto Trait Implementations§
impl Freeze for DescribeNetworkInterfacePermissionsResult
impl RefUnwindSafe for DescribeNetworkInterfacePermissionsResult
impl Send for DescribeNetworkInterfacePermissionsResult
impl Sync for DescribeNetworkInterfacePermissionsResult
impl Unpin for DescribeNetworkInterfacePermissionsResult
impl UnwindSafe for DescribeNetworkInterfacePermissionsResult
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