pub enum LinkError {
DetachForced,
TransferLimitExceeded,
MessageSizeExceeded,
Redirect,
Stolen,
}
Variants§
Implementations§
Trait Implementations§
Source§impl From<LinkError> for ErrorCondition
impl From<LinkError> for ErrorCondition
Source§fn from(original: LinkError) -> ErrorCondition
fn from(original: LinkError) -> ErrorCondition
Converts to this type from the input type.
impl Copy for LinkError
impl StructuralPartialEq for LinkError
Auto Trait Implementations§
impl Freeze for LinkError
impl RefUnwindSafe for LinkError
impl Send for LinkError
impl Sync for LinkError
impl Unpin for LinkError
impl UnwindSafe for LinkError
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