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