pub enum PermissionV2Reply {
Once,
Always,
Reject,
Unknown(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PermissionV2Reply
impl Clone for PermissionV2Reply
Source§fn clone(&self) -> PermissionV2Reply
fn clone(&self) -> PermissionV2Reply
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 PermissionV2Reply
impl Debug for PermissionV2Reply
Source§impl<'de> Deserialize<'de> for PermissionV2Reply
impl<'de> Deserialize<'de> for PermissionV2Reply
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PermissionV2Reply
impl Display for PermissionV2Reply
impl Eq for PermissionV2Reply
Source§impl From<&str> for PermissionV2Reply
impl From<&str> for PermissionV2Reply
Source§impl Hash for PermissionV2Reply
impl Hash for PermissionV2Reply
Source§impl PartialEq for PermissionV2Reply
impl PartialEq for PermissionV2Reply
Source§impl Serialize for PermissionV2Reply
impl Serialize for PermissionV2Reply
impl StructuralPartialEq for PermissionV2Reply
Auto Trait Implementations§
impl Freeze for PermissionV2Reply
impl RefUnwindSafe for PermissionV2Reply
impl Send for PermissionV2Reply
impl Sync for PermissionV2Reply
impl Unpin for PermissionV2Reply
impl UnsafeUnpin for PermissionV2Reply
impl UnwindSafe for PermissionV2Reply
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