#[non_exhaustive]pub struct CreateNetworkInterfacePermissionOutput { /* private fields */ }
Expand description
Contains the output of CreateNetworkInterfacePermission.
Implementations
sourceimpl CreateNetworkInterfacePermissionOutput
impl CreateNetworkInterfacePermissionOutput
sourcepub fn interface_permission(&self) -> Option<&NetworkInterfacePermission>
pub fn interface_permission(&self) -> Option<&NetworkInterfacePermission>
Information about the permission for the network interface.
sourceimpl CreateNetworkInterfacePermissionOutput
impl CreateNetworkInterfacePermissionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateNetworkInterfacePermissionOutput
.
Trait Implementations
sourceimpl Clone for CreateNetworkInterfacePermissionOutput
impl Clone for CreateNetworkInterfacePermissionOutput
sourcefn clone(&self) -> CreateNetworkInterfacePermissionOutput
fn clone(&self) -> CreateNetworkInterfacePermissionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<CreateNetworkInterfacePermissionOutput> for CreateNetworkInterfacePermissionOutput
impl PartialEq<CreateNetworkInterfacePermissionOutput> for CreateNetworkInterfacePermissionOutput
sourcefn eq(&self, other: &CreateNetworkInterfacePermissionOutput) -> bool
fn eq(&self, other: &CreateNetworkInterfacePermissionOutput) -> bool
impl StructuralPartialEq for CreateNetworkInterfacePermissionOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateNetworkInterfacePermissionOutput
impl Send for CreateNetworkInterfacePermissionOutput
impl Sync for CreateNetworkInterfacePermissionOutput
impl Unpin for CreateNetworkInterfacePermissionOutput
impl UnwindSafe for CreateNetworkInterfacePermissionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more