pub enum NodeAliasError {
Timeout,
}Variants§
Timeout
Trait Implementations§
Source§impl Debug for NodeAliasError
impl Debug for NodeAliasError
Source§impl PartialEq for NodeAliasError
impl PartialEq for NodeAliasError
impl StructuralPartialEq for NodeAliasError
Auto Trait Implementations§
impl Freeze for NodeAliasError
impl RefUnwindSafe for NodeAliasError
impl Send for NodeAliasError
impl Sync for NodeAliasError
impl Unpin for NodeAliasError
impl UnwindSafe for NodeAliasError
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