pub struct DeleteNetworkInterfacePermissionResult {
pub return_: Option<bool>,
}Expand description
Contains the output for DeleteNetworkInterfacePermission.
Fields§
§return_: Option<bool>Returns true if the request succeeds, otherwise returns an error.
Trait Implementations§
Source§impl Clone for DeleteNetworkInterfacePermissionResult
impl Clone for DeleteNetworkInterfacePermissionResult
Source§fn clone(&self) -> DeleteNetworkInterfacePermissionResult
fn clone(&self) -> DeleteNetworkInterfacePermissionResult
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 DeleteNetworkInterfacePermissionResult
impl Default for DeleteNetworkInterfacePermissionResult
Source§fn default() -> DeleteNetworkInterfacePermissionResult
fn default() -> DeleteNetworkInterfacePermissionResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteNetworkInterfacePermissionResult
impl PartialEq for DeleteNetworkInterfacePermissionResult
Source§fn eq(&self, other: &DeleteNetworkInterfacePermissionResult) -> bool
fn eq(&self, other: &DeleteNetworkInterfacePermissionResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteNetworkInterfacePermissionResult
Auto Trait Implementations§
impl Freeze for DeleteNetworkInterfacePermissionResult
impl RefUnwindSafe for DeleteNetworkInterfacePermissionResult
impl Send for DeleteNetworkInterfacePermissionResult
impl Sync for DeleteNetworkInterfacePermissionResult
impl Unpin for DeleteNetworkInterfacePermissionResult
impl UnwindSafe for DeleteNetworkInterfacePermissionResult
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