pub enum UtpErrorCode {
UtpConnRefused = 0,
UtpConnReset = 1,
UtpETimedOut = 2,
Invalid = 3,
}Variants§
Trait Implementations§
Source§impl Debug for UtpErrorCode
impl Debug for UtpErrorCode
Auto Trait Implementations§
impl Freeze for UtpErrorCode
impl RefUnwindSafe for UtpErrorCode
impl Send for UtpErrorCode
impl Sync for UtpErrorCode
impl Unpin for UtpErrorCode
impl UnwindSafe for UtpErrorCode
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