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