[−][src]Enum evmc_sys::evmc_set_option_result
pub enum evmc_set_option_result { EVMC_SET_OPTION_SUCCESS, EVMC_SET_OPTION_INVALID_NAME, EVMC_SET_OPTION_INVALID_VALUE, }
Possible outcomes of evmc_set_option.
Variants
Trait Implementations
impl Clone for evmc_set_option_result
[src][+]
impl Copy for evmc_set_option_result
[src]
impl Debug for evmc_set_option_result
[src][+]
impl Eq for evmc_set_option_result
[src]
impl Hash for evmc_set_option_result
[src][+]
impl PartialEq<evmc_set_option_result> for evmc_set_option_result
[src][+]
impl StructuralEq for evmc_set_option_result
[src]
impl StructuralPartialEq for evmc_set_option_result
[src]
Auto Trait Implementations
impl RefUnwindSafe for evmc_set_option_result
impl Send for evmc_set_option_result
impl Sync for evmc_set_option_result
impl Unpin for evmc_set_option_result
impl UnwindSafe for evmc_set_option_result
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,