pub enum LiveChannelRequestRejectionPublicErrorClass {
InvalidParams,
InternalError,
}Expand description
Typed public error class for live channel control request rejections. RPC
surfaces may only project their JSON-RPC error code from a generated
LiveChannelRequestRejectionResolved effect.
Variants§
Trait Implementations§
Source§impl Clone for LiveChannelRequestRejectionPublicErrorClass
impl Clone for LiveChannelRequestRejectionPublicErrorClass
Source§fn clone(&self) -> LiveChannelRequestRejectionPublicErrorClass
fn clone(&self) -> LiveChannelRequestRejectionPublicErrorClass
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 LiveChannelRequestRejectionPublicErrorClass
Source§impl Default for LiveChannelRequestRejectionPublicErrorClass
impl Default for LiveChannelRequestRejectionPublicErrorClass
Source§fn default() -> LiveChannelRequestRejectionPublicErrorClass
fn default() -> LiveChannelRequestRejectionPublicErrorClass
Returns the “default value” for a type. Read more
impl Eq for LiveChannelRequestRejectionPublicErrorClass
Source§impl Ord for LiveChannelRequestRejectionPublicErrorClass
impl Ord for LiveChannelRequestRejectionPublicErrorClass
Source§fn cmp(&self, other: &LiveChannelRequestRejectionPublicErrorClass) -> Ordering
fn cmp(&self, other: &LiveChannelRequestRejectionPublicErrorClass) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LiveChannelRequestRejectionPublicErrorClass
impl PartialEq for LiveChannelRequestRejectionPublicErrorClass
Source§fn eq(&self, other: &LiveChannelRequestRejectionPublicErrorClass) -> bool
fn eq(&self, other: &LiveChannelRequestRejectionPublicErrorClass) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LiveChannelRequestRejectionPublicErrorClass
impl PartialOrd for LiveChannelRequestRejectionPublicErrorClass
Source§fn partial_cmp(
&self,
other: &LiveChannelRequestRejectionPublicErrorClass,
) -> Option<Ordering>
fn partial_cmp( &self, other: &LiveChannelRequestRejectionPublicErrorClass, ) -> Option<Ordering>
impl StructuralPartialEq for LiveChannelRequestRejectionPublicErrorClass
Auto Trait Implementations§
impl Freeze for LiveChannelRequestRejectionPublicErrorClass
impl RefUnwindSafe for LiveChannelRequestRejectionPublicErrorClass
impl Send for LiveChannelRequestRejectionPublicErrorClass
impl Sync for LiveChannelRequestRejectionPublicErrorClass
impl Unpin for LiveChannelRequestRejectionPublicErrorClass
impl UnsafeUnpin for LiveChannelRequestRejectionPublicErrorClass
impl UnwindSafe for LiveChannelRequestRejectionPublicErrorClass
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> Comparable<K> for Q
impl<Q, K> Comparable<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.