pub enum RpcResponseStatus {
Success,
Error,
}Expand description
Protocol-neutral response status labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RpcResponseStatus
impl Clone for RpcResponseStatus
Source§fn clone(&self) -> RpcResponseStatus
fn clone(&self) -> RpcResponseStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RpcResponseStatus
impl Debug for RpcResponseStatus
Source§impl Default for RpcResponseStatus
impl Default for RpcResponseStatus
Source§impl Display for RpcResponseStatus
impl Display for RpcResponseStatus
Source§impl FromStr for RpcResponseStatus
impl FromStr for RpcResponseStatus
Source§impl Hash for RpcResponseStatus
impl Hash for RpcResponseStatus
Source§impl Ord for RpcResponseStatus
impl Ord for RpcResponseStatus
Source§fn cmp(&self, other: &RpcResponseStatus) -> Ordering
fn cmp(&self, other: &RpcResponseStatus) -> Ordering
1.21.0 · 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 RpcResponseStatus
impl PartialEq for RpcResponseStatus
Source§impl PartialOrd for RpcResponseStatus
impl PartialOrd for RpcResponseStatus
impl Copy for RpcResponseStatus
impl Eq for RpcResponseStatus
impl StructuralPartialEq for RpcResponseStatus
Auto Trait Implementations§
impl Freeze for RpcResponseStatus
impl RefUnwindSafe for RpcResponseStatus
impl Send for RpcResponseStatus
impl Sync for RpcResponseStatus
impl Unpin for RpcResponseStatus
impl UnsafeUnpin for RpcResponseStatus
impl UnwindSafe for RpcResponseStatus
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