pub enum LegacyRpcReplyPlan {
InterfaceStats,
PathTable,
NextHopInterfaceName(DestinationHash),
NextHop(DestinationHash),
LinkCount,
Immediate(RnsRpcReply),
}Variants§
InterfaceStats
PathTable
NextHopInterfaceName(DestinationHash)
NextHop(DestinationHash)
LinkCount
Immediate(RnsRpcReply)
Implementations§
Source§impl LegacyRpcReplyPlan
impl LegacyRpcReplyPlan
pub fn for_request( verb: RpcVerb, destination_hash: Option<DestinationHash>, ) -> LegacyRpcReplyPlan
Auto Trait Implementations§
impl Freeze for LegacyRpcReplyPlan
impl RefUnwindSafe for LegacyRpcReplyPlan
impl Send for LegacyRpcReplyPlan
impl Sync for LegacyRpcReplyPlan
impl Unpin for LegacyRpcReplyPlan
impl UnsafeUnpin for LegacyRpcReplyPlan
impl UnwindSafe for LegacyRpcReplyPlan
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