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