#[repr(u8)]pub enum PathRequestIngressOutcome {
Show 15 variants
Answered = 0,
AnswerScheduled = 1,
AnswerScheduleRejected = 2,
RelayedRecursive = 3,
RelayedAcrossBoundary = 4,
RelayedToTransports = 5,
OfferedToLocalClients = 6,
IgnoredMalformed = 7,
IgnoredDuplicate = 8,
IgnoredLoopPrevented = 9,
IgnoredRouteUnresponsive = 10,
IgnoredRateLimited = 11,
IgnoredSuperseded = 12,
IgnoredNotForUs = 13,
IgnoredOther = 14,
}Variants§
Answered = 0
AnswerScheduled = 1
AnswerScheduleRejected = 2
RelayedRecursive = 3
RelayedAcrossBoundary = 4
RelayedToTransports = 5
OfferedToLocalClients = 6
IgnoredMalformed = 7
IgnoredDuplicate = 8
IgnoredLoopPrevented = 9
IgnoredRouteUnresponsive = 10
IgnoredRateLimited = 11
IgnoredSuperseded = 12
IgnoredNotForUs = 13
IgnoredOther = 14
Implementations§
Source§impl PathRequestIngressOutcome
impl PathRequestIngressOutcome
pub const ALL: [PathRequestIngressOutcome; 15]
Trait Implementations§
Source§impl Clone for PathRequestIngressOutcome
impl Clone for PathRequestIngressOutcome
Source§fn clone(&self) -> PathRequestIngressOutcome
fn clone(&self) -> PathRequestIngressOutcome
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 PathRequestIngressOutcome
Source§impl Debug for PathRequestIngressOutcome
impl Debug for PathRequestIngressOutcome
impl Eq for PathRequestIngressOutcome
impl StructuralPartialEq for PathRequestIngressOutcome
Auto Trait Implementations§
impl Freeze for PathRequestIngressOutcome
impl RefUnwindSafe for PathRequestIngressOutcome
impl Send for PathRequestIngressOutcome
impl Sync for PathRequestIngressOutcome
impl Unpin for PathRequestIngressOutcome
impl UnsafeUnpin for PathRequestIngressOutcome
impl UnwindSafe for PathRequestIngressOutcome
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