Enum gstd::errors::SuccessReplyReason
source · #[repr(u8)]pub enum SuccessReplyReason {
Auto = 0,
Manual = 1,
Unsupported = 255,
}
Expand description
Reason of success reply creation.
Variants§
Auto = 0
Success reply was created by system automatically.
Manual = 1
Success reply was created by actor manually.
Unsupported = 255
Unsupported reason of success reply. Variant exists for backward compatibility.
Trait Implementations§
source§impl Clone for SuccessReplyReason
impl Clone for SuccessReplyReason
source§fn clone(&self) -> SuccessReplyReason
fn clone(&self) -> SuccessReplyReason
Returns a copy 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 SuccessReplyReason
impl Debug for SuccessReplyReason
source§impl Decode for SuccessReplyReason
impl Decode for SuccessReplyReason
source§fn decode<__CodecInputEdqy>(
__codec_input_edqy: &mut __CodecInputEdqy,
) -> Result<SuccessReplyReason, Error>where
__CodecInputEdqy: Input,
fn decode<__CodecInputEdqy>(
__codec_input_edqy: &mut __CodecInputEdqy,
) -> Result<SuccessReplyReason, Error>where
__CodecInputEdqy: Input,
Attempt to deserialise the value from input.
§fn decode_into<I>(
input: &mut I,
dst: &mut MaybeUninit<Self>,
) -> Result<DecodeFinished, Error>where
I: Input,
fn decode_into<I>(
input: &mut I,
dst: &mut MaybeUninit<Self>,
) -> Result<DecodeFinished, Error>where
I: Input,
Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§fn skip<I>(input: &mut I) -> Result<(), Error>where
I: Input,
fn skip<I>(input: &mut I) -> Result<(), Error>where
I: Input,
Attempt to skip the encoded value from input. Read more
§fn encoded_fixed_size() -> Option<usize>
fn encoded_fixed_size() -> Option<usize>
Returns the fixed encoded size of the type. Read more
source§impl Default for SuccessReplyReason
impl Default for SuccessReplyReason
source§fn default() -> SuccessReplyReason
fn default() -> SuccessReplyReason
Returns the “default value” for a type. Read more
source§impl Display for SuccessReplyReason
impl Display for SuccessReplyReason
source§impl Encode for SuccessReplyReason
impl Encode for SuccessReplyReason
source§fn size_hint(&self) -> usize
fn size_hint(&self) -> usize
If possible give a hint of expected size of the encoding. Read more
source§fn encode_to<__CodecOutputEdqy>(
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy,
)where
__CodecOutputEdqy: Output + ?Sized,
fn encode_to<__CodecOutputEdqy>(
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy,
)where
__CodecOutputEdqy: Output + ?Sized,
Convert self to a slice and append it to the destination.
§fn using_encoded<R, F>(&self, f: F) -> R
fn using_encoded<R, F>(&self, f: F) -> R
Convert self to a slice and then invoke the given closure with it.
§fn encoded_size(&self) -> usize
fn encoded_size(&self) -> usize
Calculates the encoded size. Read more
source§impl From<SuccessReplyReason> for ReplyCode
impl From<SuccessReplyReason> for ReplyCode
source§fn from(original: SuccessReplyReason) -> ReplyCode
fn from(original: SuccessReplyReason) -> ReplyCode
Converts to this type from the input type.
source§impl Hash for SuccessReplyReason
impl Hash for SuccessReplyReason
source§impl Ord for SuccessReplyReason
impl Ord for SuccessReplyReason
source§fn cmp(&self, other: &SuccessReplyReason) -> Ordering
fn cmp(&self, other: &SuccessReplyReason) -> 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 SuccessReplyReason
impl PartialEq for SuccessReplyReason
source§impl PartialOrd for SuccessReplyReason
impl PartialOrd for SuccessReplyReason
source§impl Sequence for SuccessReplyReason
impl Sequence for SuccessReplyReason
source§const CARDINALITY: usize = 3usize
const CARDINALITY: usize = 3usize
Number of values of type
Self
. Read moresource§fn next(&self) -> Option<SuccessReplyReason>
fn next(&self) -> Option<SuccessReplyReason>
source§fn previous(&self) -> Option<SuccessReplyReason>
fn previous(&self) -> Option<SuccessReplyReason>
source§impl TypeInfo for SuccessReplyReason
impl TypeInfo for SuccessReplyReason
impl Copy for SuccessReplyReason
impl EncodeLike for SuccessReplyReason
impl Eq for SuccessReplyReason
impl StructuralPartialEq for SuccessReplyReason
Auto Trait Implementations§
impl Freeze for SuccessReplyReason
impl RefUnwindSafe for SuccessReplyReason
impl Send for SuccessReplyReason
impl Sync for SuccessReplyReason
impl Unpin for SuccessReplyReason
impl UnwindSafe for SuccessReplyReason
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> DecodeLimit for Twhere
T: Decode,
impl<T> DecodeLimit for Twhere
T: Decode,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<T> KeyedVec for Twhere
T: Codec,
impl<T> KeyedVec for Twhere
T: Codec,
§fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>
fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>
Return an encoding of
Self
prepended by given slice.