pub struct DelegationRejected;Expand description
Delegation was rejected (terminal).
Trait Implementations§
Source§impl Clone for DelegationRejected
impl Clone for DelegationRejected
Source§fn clone(&self) -> DelegationRejected
fn clone(&self) -> DelegationRejected
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 DelegationRejected
impl Debug for DelegationRejected
Source§impl PartialEq for DelegationRejected
impl PartialEq for DelegationRejected
impl Copy for DelegationRejected
impl DelegationState for DelegationRejected
impl Eq for DelegationRejected
impl Sealed for DelegationRejected
impl StructuralPartialEq for DelegationRejected
Auto Trait Implementations§
impl Freeze for DelegationRejected
impl RefUnwindSafe for DelegationRejected
impl Send for DelegationRejected
impl Sync for DelegationRejected
impl Unpin for DelegationRejected
impl UnwindSafe for DelegationRejected
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.