pub enum AnOperationOutput {
One(u8),
Two(u8),
}
Variants§
Trait Implementations§
Source§impl Debug for AnOperationOutput
impl Debug for AnOperationOutput
Source§impl<'de> Deserialize<'de> for AnOperationOutput
impl<'de> Deserialize<'de> for AnOperationOutput
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 PartialEq for AnOperationOutput
impl PartialEq for AnOperationOutput
impl StructuralPartialEq for AnOperationOutput
Auto Trait Implementations§
impl Freeze for AnOperationOutput
impl RefUnwindSafe for AnOperationOutput
impl Send for AnOperationOutput
impl Sync for AnOperationOutput
impl Unpin for AnOperationOutput
impl UnwindSafe for AnOperationOutput
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