Enum redgold_schema::structs::BytesDecoder
source · #[repr(i32)]pub enum BytesDecoder {
Standard = 0,
}Variants§
Standard = 0
Implementations§
Trait Implementations§
source§impl Clone for BytesDecoder
impl Clone for BytesDecoder
source§fn clone(&self) -> BytesDecoder
fn clone(&self) -> BytesDecoder
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 BytesDecoder
impl Debug for BytesDecoder
source§impl Default for BytesDecoder
impl Default for BytesDecoder
source§fn default() -> BytesDecoder
fn default() -> BytesDecoder
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BytesDecoder
impl<'de> Deserialize<'de> for BytesDecoder
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<BytesDecoder> for i32
impl From<BytesDecoder> for i32
source§fn from(value: BytesDecoder) -> i32
fn from(value: BytesDecoder) -> i32
Converts to this type from the input type.
source§impl FromStr for BytesDecoder
impl FromStr for BytesDecoder
source§impl Hash for BytesDecoder
impl Hash for BytesDecoder
source§impl IntoEnumIterator for BytesDecoder
impl IntoEnumIterator for BytesDecoder
type Iterator = BytesDecoderIter
fn iter() -> BytesDecoderIter ⓘ
source§impl Ord for BytesDecoder
impl Ord for BytesDecoder
source§fn cmp(&self, other: &BytesDecoder) -> Ordering
fn cmp(&self, other: &BytesDecoder) -> 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 BytesDecoder
impl PartialEq for BytesDecoder
source§fn eq(&self, other: &BytesDecoder) -> bool
fn eq(&self, other: &BytesDecoder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for BytesDecoder
impl PartialOrd for BytesDecoder
source§fn partial_cmp(&self, other: &BytesDecoder) -> Option<Ordering>
fn partial_cmp(&self, other: &BytesDecoder) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for BytesDecoder
impl Serialize for BytesDecoder
source§impl TryFrom<&str> for BytesDecoder
impl TryFrom<&str> for BytesDecoder
impl Copy for BytesDecoder
impl Eq for BytesDecoder
impl StructuralEq for BytesDecoder
impl StructuralPartialEq for BytesDecoder
Auto Trait Implementations§
impl RefUnwindSafe for BytesDecoder
impl Send for BytesDecoder
impl Sync for BytesDecoder
impl Unpin for BytesDecoder
impl UnwindSafe for BytesDecoder
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