pub enum AllowRequesterFailure {
Rejected(AllowRequesterRejection),
}Variants§
Rejected(AllowRequesterRejection)
Trait Implementations§
Source§impl Clone for AllowRequesterFailure
impl Clone for AllowRequesterFailure
Source§fn clone(&self) -> AllowRequesterFailure
fn clone(&self) -> AllowRequesterFailure
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 moreimpl Copy for AllowRequesterFailure
Source§impl Debug for AllowRequesterFailure
impl Debug for AllowRequesterFailure
impl Eq for AllowRequesterFailure
Source§impl From<&AllowRequesterFailure> for RuntimeOperationOutcome
impl From<&AllowRequesterFailure> for RuntimeOperationOutcome
Source§fn from(failure: &AllowRequesterFailure) -> Self
fn from(failure: &AllowRequesterFailure) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AllowRequesterFailure
impl PartialEq for AllowRequesterFailure
impl StructuralPartialEq for AllowRequesterFailure
Auto Trait Implementations§
impl Freeze for AllowRequesterFailure
impl RefUnwindSafe for AllowRequesterFailure
impl Send for AllowRequesterFailure
impl Sync for AllowRequesterFailure
impl Unpin for AllowRequesterFailure
impl UnsafeUnpin for AllowRequesterFailure
impl UnwindSafe for AllowRequesterFailure
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