pub enum ClaudePeerRefusal {
HarnessUnsupported,
NotLive,
IdentityMismatch,
DeliveryFailed,
}Expand description
Why a message could not be delivered into a live session.
Variants§
HarnessUnsupported
The addressed harness has no live-session registry at all.
NotLive
No live process is running this session right now.
IdentityMismatch
The registry name no longer resolves to the requested session.
DeliveryFailed
The courier ran but did not report the message as sent.
Implementations§
Trait Implementations§
Source§impl Clone for ClaudePeerRefusal
impl Clone for ClaudePeerRefusal
Source§fn clone(&self) -> ClaudePeerRefusal
fn clone(&self) -> ClaudePeerRefusal
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 ClaudePeerRefusal
Source§impl Debug for ClaudePeerRefusal
impl Debug for ClaudePeerRefusal
impl Eq for ClaudePeerRefusal
Source§impl PartialEq for ClaudePeerRefusal
impl PartialEq for ClaudePeerRefusal
impl StructuralPartialEq for ClaudePeerRefusal
Auto Trait Implementations§
impl Freeze for ClaudePeerRefusal
impl RefUnwindSafe for ClaudePeerRefusal
impl Send for ClaudePeerRefusal
impl Sync for ClaudePeerRefusal
impl Unpin for ClaudePeerRefusal
impl UnsafeUnpin for ClaudePeerRefusal
impl UnwindSafe for ClaudePeerRefusal
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§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.