pub enum PermissionApprovedForSessionKind {
ApprovedForSession,
}Expand description
Approved and remembered for the rest of the session
Variants§
ApprovedForSession
Trait Implementations§
Source§impl Clone for PermissionApprovedForSessionKind
impl Clone for PermissionApprovedForSessionKind
Source§fn clone(&self) -> PermissionApprovedForSessionKind
fn clone(&self) -> PermissionApprovedForSessionKind
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<'de> Deserialize<'de> for PermissionApprovedForSessionKind
impl<'de> Deserialize<'de> for PermissionApprovedForSessionKind
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 PermissionApprovedForSessionKind
impl PartialEq for PermissionApprovedForSessionKind
Source§fn eq(&self, other: &PermissionApprovedForSessionKind) -> bool
fn eq(&self, other: &PermissionApprovedForSessionKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PermissionApprovedForSessionKind
impl StructuralPartialEq for PermissionApprovedForSessionKind
Auto Trait Implementations§
impl Freeze for PermissionApprovedForSessionKind
impl RefUnwindSafe for PermissionApprovedForSessionKind
impl Send for PermissionApprovedForSessionKind
impl Sync for PermissionApprovedForSessionKind
impl Unpin for PermissionApprovedForSessionKind
impl UnsafeUnpin for PermissionApprovedForSessionKind
impl UnwindSafe for PermissionApprovedForSessionKind
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