pub enum AuthorityDenyCode {
Show 20 variants
MissingContract,
LockedVault,
MissingAgent,
MissingRequiredSecret,
BadWorkdir,
TargetDenied,
PathEscape,
BlankScope,
ProfileOverride,
ContractOverride,
RequestTimeWidening,
NetworkUnenforced,
AuditUnavailable,
OutputCap,
Timeout,
HostSchemaUnstable,
ConfigStale,
ProofUnavailable,
ParseError,
InternalError,
}Variants§
MissingContract
LockedVault
MissingAgent
MissingRequiredSecret
BadWorkdir
TargetDenied
PathEscape
BlankScope
ProfileOverride
ContractOverride
RequestTimeWidening
NetworkUnenforced
OutputCap
Timeout
HostSchemaUnstable
ConfigStale
ParseError
InternalError
Trait Implementations§
Source§impl Clone for AuthorityDenyCode
impl Clone for AuthorityDenyCode
Source§fn clone(&self) -> AuthorityDenyCode
fn clone(&self) -> AuthorityDenyCode
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 AuthorityDenyCode
impl Debug for AuthorityDenyCode
Source§impl<'de> Deserialize<'de> for AuthorityDenyCode
impl<'de> Deserialize<'de> for AuthorityDenyCode
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 From<DenyReason> for AuthorityDenyCode
impl From<DenyReason> for AuthorityDenyCode
Source§fn from(reason: DenyReason) -> Self
fn from(reason: DenyReason) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AuthorityDenyCode
impl PartialEq for AuthorityDenyCode
Source§fn eq(&self, other: &AuthorityDenyCode) -> bool
fn eq(&self, other: &AuthorityDenyCode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AuthorityDenyCode
impl Serialize for AuthorityDenyCode
impl Eq for AuthorityDenyCode
impl StructuralPartialEq for AuthorityDenyCode
Auto Trait Implementations§
impl Freeze for AuthorityDenyCode
impl RefUnwindSafe for AuthorityDenyCode
impl Send for AuthorityDenyCode
impl Sync for AuthorityDenyCode
impl Unpin for AuthorityDenyCode
impl UnsafeUnpin for AuthorityDenyCode
impl UnwindSafe for AuthorityDenyCode
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.