pub struct CreateNetworkInterfacePermissionResult {
pub interface_permission: Option<NetworkInterfacePermission>,
}Expand description
Contains the output of CreateNetworkInterfacePermission.
Fields§
§interface_permission: Option<NetworkInterfacePermission>Information about the permission for the network interface.
Trait Implementations§
Source§impl Clone for CreateNetworkInterfacePermissionResult
impl Clone for CreateNetworkInterfacePermissionResult
Source§fn clone(&self) -> CreateNetworkInterfacePermissionResult
fn clone(&self) -> CreateNetworkInterfacePermissionResult
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 CreateNetworkInterfacePermissionResult
impl Default for CreateNetworkInterfacePermissionResult
Source§fn default() -> CreateNetworkInterfacePermissionResult
fn default() -> CreateNetworkInterfacePermissionResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateNetworkInterfacePermissionResult
impl PartialEq for CreateNetworkInterfacePermissionResult
Source§fn eq(&self, other: &CreateNetworkInterfacePermissionResult) -> bool
fn eq(&self, other: &CreateNetworkInterfacePermissionResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateNetworkInterfacePermissionResult
Auto Trait Implementations§
impl Freeze for CreateNetworkInterfacePermissionResult
impl RefUnwindSafe for CreateNetworkInterfacePermissionResult
impl Send for CreateNetworkInterfacePermissionResult
impl Sync for CreateNetworkInterfacePermissionResult
impl Unpin for CreateNetworkInterfacePermissionResult
impl UnwindSafe for CreateNetworkInterfacePermissionResult
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