Enum InvalidInstrument
pub enum InvalidInstrument {
InvalidInstrumentId(InvalidInstrumentId),
IdKindMismatch {
expected: String,
got: String,
},
EmptyVenueSymbol,
}Variants§
Trait Implementations§
§impl Clone for InvalidInstrument
impl Clone for InvalidInstrument
§fn clone(&self) -> InvalidInstrument
fn clone(&self) -> InvalidInstrument
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Display for InvalidInstrument
impl Display for InvalidInstrument
§impl Error for InvalidInstrument
impl Error for InvalidInstrument
§impl From<InvalidInstrumentId> for InvalidInstrument
impl From<InvalidInstrumentId> for InvalidInstrument
§fn from(source: InvalidInstrumentId) -> InvalidInstrument
fn from(source: InvalidInstrumentId) -> InvalidInstrument
Auto Trait Implementations§
impl Freeze for InvalidInstrument
impl RefUnwindSafe for InvalidInstrument
impl Send for InvalidInstrument
impl Sync for InvalidInstrument
impl Unpin for InvalidInstrument
impl UnsafeUnpin for InvalidInstrument
impl UnwindSafe for InvalidInstrument
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)