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