Enum protos::sp_wsm::inter_step_result::Input_from
source · #[non_exhaustive]pub enum Input_from {
DetectiveResult(DetectiveStepResult),
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
DetectiveResult(DetectiveStepResult)
Trait Implementations§
source§impl Clone for Input_from
impl Clone for Input_from
source§fn clone(&self) -> Input_from
fn clone(&self) -> Input_from
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 Input_from
impl Debug for Input_from
source§impl OneofFull for Input_from
impl OneofFull for Input_from
source§fn descriptor() -> OneofDescriptor
fn descriptor() -> OneofDescriptor
Descriptor object for this oneof.
source§impl PartialEq for Input_from
impl PartialEq for Input_from
source§fn eq(&self, other: &Input_from) -> bool
fn eq(&self, other: &Input_from) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Oneof for Input_from
impl StructuralPartialEq for Input_from
Auto Trait Implementations§
impl !Freeze for Input_from
impl RefUnwindSafe for Input_from
impl Send for Input_from
impl Sync for Input_from
impl Unpin for Input_from
impl UnwindSafe for Input_from
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