pub enum PermissionCancelledKind {
Cancelled,
}Expand description
The permission request was cancelled before a response was used
Variants§
Cancelled
Trait Implementations§
Source§impl Clone for PermissionCancelledKind
impl Clone for PermissionCancelledKind
Source§fn clone(&self) -> PermissionCancelledKind
fn clone(&self) -> PermissionCancelledKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PermissionCancelledKind
impl Debug for PermissionCancelledKind
Source§impl<'de> Deserialize<'de> for PermissionCancelledKind
impl<'de> Deserialize<'de> for PermissionCancelledKind
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 PartialEq for PermissionCancelledKind
impl PartialEq for PermissionCancelledKind
Source§fn eq(&self, other: &PermissionCancelledKind) -> bool
fn eq(&self, other: &PermissionCancelledKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PermissionCancelledKind
impl Serialize for PermissionCancelledKind
impl Eq for PermissionCancelledKind
impl StructuralPartialEq for PermissionCancelledKind
Auto Trait Implementations§
impl Freeze for PermissionCancelledKind
impl RefUnwindSafe for PermissionCancelledKind
impl Send for PermissionCancelledKind
impl Sync for PermissionCancelledKind
impl Unpin for PermissionCancelledKind
impl UnsafeUnpin for PermissionCancelledKind
impl UnwindSafe for PermissionCancelledKind
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