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