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