pub struct DeletePermissionResult {}
Expand description
The result of deleting a permission.
JSON schema
{
"description": "The result of deleting a permission.",
"type": "object",
"additionalProperties": false,
"x-schema-name": "DeletePermissionResult"
}
Trait Implementations§
Source§impl Clone for DeletePermissionResult
impl Clone for DeletePermissionResult
Source§fn clone(&self) -> DeletePermissionResult
fn clone(&self) -> DeletePermissionResult
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 DeletePermissionResult
impl Debug for DeletePermissionResult
Source§impl Default for DeletePermissionResult
impl Default for DeletePermissionResult
Source§impl<'de> Deserialize<'de> for DeletePermissionResult
impl<'de> Deserialize<'de> for DeletePermissionResult
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
Source§impl From<&DeletePermissionResult> for DeletePermissionResult
impl From<&DeletePermissionResult> for DeletePermissionResult
Source§fn from(value: &DeletePermissionResult) -> Self
fn from(value: &DeletePermissionResult) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeletePermissionResult
impl RefUnwindSafe for DeletePermissionResult
impl Send for DeletePermissionResult
impl Sync for DeletePermissionResult
impl Unpin for DeletePermissionResult
impl UnwindSafe for DeletePermissionResult
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