pub enum PendingIntentDisposition {
AuthorizationLost,
ScopeRevoked,
ScopeRemoved,
}Expand description
Explicit disposition of pending intent affected by authorization loss.
Variants§
Trait Implementations§
Source§impl Clone for PendingIntentDisposition
impl Clone for PendingIntentDisposition
Source§fn clone(&self) -> PendingIntentDisposition
fn clone(&self) -> PendingIntentDisposition
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 moreimpl Copy for PendingIntentDisposition
Source§impl Debug for PendingIntentDisposition
impl Debug for PendingIntentDisposition
Source§impl<'de> Deserialize<'de> for PendingIntentDisposition
impl<'de> Deserialize<'de> for PendingIntentDisposition
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
impl Eq for PendingIntentDisposition
Source§impl PartialEq for PendingIntentDisposition
impl PartialEq for PendingIntentDisposition
Source§impl Serialize for PendingIntentDisposition
impl Serialize for PendingIntentDisposition
impl StructuralPartialEq for PendingIntentDisposition
Auto Trait Implementations§
impl Freeze for PendingIntentDisposition
impl RefUnwindSafe for PendingIntentDisposition
impl Send for PendingIntentDisposition
impl Sync for PendingIntentDisposition
impl Unpin for PendingIntentDisposition
impl UnsafeUnpin for PendingIntentDisposition
impl UnwindSafe for PendingIntentDisposition
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