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