Enum cedar_policy_cli::CedarExitCode
source · pub enum CedarExitCode {
Success,
Failure,
AuthorizeDeny,
ValidationFailure,
}Variants§
Trait Implementations§
source§impl Debug for CedarExitCode
impl Debug for CedarExitCode
source§impl PartialEq<CedarExitCode> for CedarExitCode
impl PartialEq<CedarExitCode> for CedarExitCode
source§fn eq(&self, other: &CedarExitCode) -> bool
fn eq(&self, other: &CedarExitCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Termination for CedarExitCode
impl Termination for CedarExitCode
impl Eq for CedarExitCode
impl StructuralEq for CedarExitCode
impl StructuralPartialEq for CedarExitCode
Auto Trait Implementations§
impl RefUnwindSafe for CedarExitCode
impl Send for CedarExitCode
impl Sync for CedarExitCode
impl Unpin for CedarExitCode
impl UnwindSafe for CedarExitCode
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.