Enum redgold_schema::structs::InputType
source · #[repr(i32)]pub enum InputType {
GenesisInput = 0,
}Variants§
GenesisInput = 0
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for InputType
impl<'de> Deserialize<'de> for InputType
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 IntoEnumIterator for InputType
impl IntoEnumIterator for InputType
type Iterator = InputTypeIter
fn iter() -> InputTypeIter ⓘ
source§impl Ord for InputType
impl Ord for InputType
source§impl PartialEq for InputType
impl PartialEq for InputType
source§impl PartialOrd for InputType
impl PartialOrd for InputType
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 moreimpl Copy for InputType
impl Eq for InputType
impl StructuralEq for InputType
impl StructuralPartialEq for InputType
Auto Trait Implementations§
impl RefUnwindSafe for InputType
impl Send for InputType
impl Sync for InputType
impl Unpin for InputType
impl UnwindSafe for InputType
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