pub enum StreamRefusal {
Cadence(CadenceRefusal),
AtCapacity,
}Expand description
Why OriginEmitter::register refused a stream (closure
item 1 split the refusal space).
Variants§
Cadence(CadenceRefusal)
The coalesced strictest D is below the provider floor —
answer with OriginEmitter::refusal_beat after
partitioning (§4.4).
AtCapacity
MAX_LIVE_SENSING_STREAMS live streams already exist and
this digest is not one of them. No slot was minted, nothing
was evicted; the refusal is local (log/observe) — there is no
§4.4 wire response for capacity.
Trait Implementations§
Source§impl Clone for StreamRefusal
impl Clone for StreamRefusal
Source§fn clone(&self) -> StreamRefusal
fn clone(&self) -> StreamRefusal
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 StreamRefusal
Source§impl Debug for StreamRefusal
impl Debug for StreamRefusal
impl Eq for StreamRefusal
Source§impl PartialEq for StreamRefusal
impl PartialEq for StreamRefusal
impl StructuralPartialEq for StreamRefusal
Auto Trait Implementations§
impl Freeze for StreamRefusal
impl RefUnwindSafe for StreamRefusal
impl Send for StreamRefusal
impl Sync for StreamRefusal
impl Unpin for StreamRefusal
impl UnsafeUnpin for StreamRefusal
impl UnwindSafe for StreamRefusal
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.