Enum biscuit_auth::builder::PolicyKind
source · pub enum PolicyKind {
Allow,
Deny,
}Variants§
Trait Implementations§
source§impl Clone for PolicyKind
impl Clone for PolicyKind
source§fn clone(&self) -> PolicyKind
fn clone(&self) -> PolicyKind
Returns a copy 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 PolicyKind
impl Debug for PolicyKind
source§impl PartialEq for PolicyKind
impl PartialEq for PolicyKind
source§fn eq(&self, other: &PolicyKind) -> bool
fn eq(&self, other: &PolicyKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for PolicyKind
impl StructuralPartialEq for PolicyKind
Auto Trait Implementations§
impl RefUnwindSafe for PolicyKind
impl Send for PolicyKind
impl Sync for PolicyKind
impl Unpin for PolicyKind
impl UnwindSafe for PolicyKind
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