pub enum QAuthZListPolicy {
deny,
allow,
}
Variants§
Trait Implementations§
Source§impl Clone for QAuthZListPolicy
impl Clone for QAuthZListPolicy
Source§fn clone(&self) -> QAuthZListPolicy
fn clone(&self) -> QAuthZListPolicy
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 QAuthZListPolicy
impl Debug for QAuthZListPolicy
Source§impl<'de> Deserialize<'de> for QAuthZListPolicy
impl<'de> Deserialize<'de> for QAuthZListPolicy
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 Enum for QAuthZListPolicy
impl Enum for QAuthZListPolicy
Source§impl FromStr for QAuthZListPolicy
impl FromStr for QAuthZListPolicy
Source§impl Hash for QAuthZListPolicy
impl Hash for QAuthZListPolicy
Source§impl Ord for QAuthZListPolicy
impl Ord for QAuthZListPolicy
Source§fn cmp(&self, other: &QAuthZListPolicy) -> Ordering
fn cmp(&self, other: &QAuthZListPolicy) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for QAuthZListPolicy
impl PartialEq for QAuthZListPolicy
Source§impl PartialOrd for QAuthZListPolicy
impl PartialOrd for QAuthZListPolicy
Source§impl Serialize for QAuthZListPolicy
impl Serialize for QAuthZListPolicy
impl Copy for QAuthZListPolicy
impl Eq for QAuthZListPolicy
impl StructuralPartialEq for QAuthZListPolicy
Auto Trait Implementations§
impl Freeze for QAuthZListPolicy
impl RefUnwindSafe for QAuthZListPolicy
impl Send for QAuthZListPolicy
impl Sync for QAuthZListPolicy
impl Unpin for QAuthZListPolicy
impl UnwindSafe for QAuthZListPolicy
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