pub enum InstrumentOptionType {
Call,
Put,
}Variants§
Trait Implementations§
Source§impl Clone for InstrumentOptionType
impl Clone for InstrumentOptionType
Source§fn clone(&self) -> InstrumentOptionType
fn clone(&self) -> InstrumentOptionType
Returns a duplicate 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 InstrumentOptionType
impl Debug for InstrumentOptionType
Source§impl Default for InstrumentOptionType
impl Default for InstrumentOptionType
Source§fn default() -> InstrumentOptionType
fn default() -> InstrumentOptionType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstrumentOptionType
impl<'de> Deserialize<'de> for InstrumentOptionType
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 InstrumentOptionType
impl PartialEq for InstrumentOptionType
Source§impl Serialize for InstrumentOptionType
impl Serialize for InstrumentOptionType
impl StructuralPartialEq for InstrumentOptionType
Auto Trait Implementations§
impl Freeze for InstrumentOptionType
impl RefUnwindSafe for InstrumentOptionType
impl Send for InstrumentOptionType
impl Sync for InstrumentOptionType
impl Unpin for InstrumentOptionType
impl UnwindSafe for InstrumentOptionType
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