pub enum AllowRequesterRejection {
NoSuchHandler,
NoAllowList,
AllowListFull,
}Variants§
Trait Implementations§
Source§impl Clone for AllowRequesterRejection
impl Clone for AllowRequesterRejection
Source§fn clone(&self) -> AllowRequesterRejection
fn clone(&self) -> AllowRequesterRejection
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 AllowRequesterRejection
Source§impl Debug for AllowRequesterRejection
impl Debug for AllowRequesterRejection
impl Eq for AllowRequesterRejection
Source§impl PartialEq for AllowRequesterRejection
impl PartialEq for AllowRequesterRejection
impl StructuralPartialEq for AllowRequesterRejection
Auto Trait Implementations§
impl Freeze for AllowRequesterRejection
impl RefUnwindSafe for AllowRequesterRejection
impl Send for AllowRequesterRejection
impl Sync for AllowRequesterRejection
impl Unpin for AllowRequesterRejection
impl UnsafeUnpin for AllowRequesterRejection
impl UnwindSafe for AllowRequesterRejection
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