pub enum RebroadcastDecision {
Scheduled,
ScheduleRejected(ScheduleRejection),
NotATransportNode,
NoTransportInterfaces,
TerminalPathResponse,
RateBlocked,
}Variants§
Scheduled
ScheduleRejected(ScheduleRejection)
NotATransportNode
NoTransportInterfaces
TerminalPathResponse
RateBlocked
Trait Implementations§
Source§impl Clone for RebroadcastDecision
impl Clone for RebroadcastDecision
Source§fn clone(&self) -> RebroadcastDecision
fn clone(&self) -> RebroadcastDecision
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 RebroadcastDecision
Source§impl Debug for RebroadcastDecision
impl Debug for RebroadcastDecision
impl Eq for RebroadcastDecision
Source§impl PartialEq for RebroadcastDecision
impl PartialEq for RebroadcastDecision
impl StructuralPartialEq for RebroadcastDecision
Auto Trait Implementations§
impl Freeze for RebroadcastDecision
impl RefUnwindSafe for RebroadcastDecision
impl Send for RebroadcastDecision
impl Sync for RebroadcastDecision
impl Unpin for RebroadcastDecision
impl UnsafeUnpin for RebroadcastDecision
impl UnwindSafe for RebroadcastDecision
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