pub struct RemovePermissionOutput {}Expand description
Output for the RemovePermission operation (empty).
Trait Implementations§
Source§impl Clone for RemovePermissionOutput
impl Clone for RemovePermissionOutput
Source§fn clone(&self) -> RemovePermissionOutput
fn clone(&self) -> RemovePermissionOutput
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 Debug for RemovePermissionOutput
impl Debug for RemovePermissionOutput
Source§impl Default for RemovePermissionOutput
impl Default for RemovePermissionOutput
Source§fn default() -> RemovePermissionOutput
fn default() -> RemovePermissionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemovePermissionOutput
impl<'de> Deserialize<'de> for RemovePermissionOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RemovePermissionOutput
impl RefUnwindSafe for RemovePermissionOutput
impl Send for RemovePermissionOutput
impl Sync for RemovePermissionOutput
impl Unpin for RemovePermissionOutput
impl UnsafeUnpin for RemovePermissionOutput
impl UnwindSafe for RemovePermissionOutput
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