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