pub enum RpcVerb {
Show 20 variants
GetInterfaceStats,
GetPathTable,
GetRateTable,
GetLinkCount,
GetNextHop,
GetNextHopInterfaceName,
GetFirstHopTimeout,
GetPacketRssi,
GetPacketSnr,
GetPacketQuality,
GetBlackholedIdentities,
CheckIdentityBlackholed,
DropPath,
DropAllVia,
DropAnnounceQueues,
BlackholeIdentity,
UnblackholeIdentity,
UpdateDestinationData,
RetainIdentity,
Unknown,
}Variants§
GetInterfaceStats
GetPathTable
GetRateTable
GetLinkCount
GetNextHop
GetNextHopInterfaceName
GetFirstHopTimeout
GetPacketRssi
GetPacketSnr
GetPacketQuality
GetBlackholedIdentities
CheckIdentityBlackholed
DropPath
DropAllVia
DropAnnounceQueues
BlackholeIdentity
UnblackholeIdentity
UpdateDestinationData
RetainIdentity
Unknown
Implementations§
Trait Implementations§
impl Copy for RpcVerb
impl Eq for RpcVerb
impl StructuralPartialEq for RpcVerb
Auto Trait Implementations§
impl Freeze for RpcVerb
impl RefUnwindSafe for RpcVerb
impl Send for RpcVerb
impl Sync for RpcVerb
impl Unpin for RpcVerb
impl UnsafeUnpin for RpcVerb
impl UnwindSafe for RpcVerb
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