Struct InvalidInstrumentId
pub struct InvalidInstrumentId(/* private fields */);Trait Implementations§
§impl Clone for InvalidInstrumentId
impl Clone for InvalidInstrumentId
§fn clone(&self) -> InvalidInstrumentId
fn clone(&self) -> InvalidInstrumentId
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Display for InvalidInstrumentId
impl Display for InvalidInstrumentId
§impl Error for InvalidInstrumentId
impl Error for InvalidInstrumentId
§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 InvalidInstrumentId
impl RefUnwindSafe for InvalidInstrumentId
impl Send for InvalidInstrumentId
impl Sync for InvalidInstrumentId
impl Unpin for InvalidInstrumentId
impl UnsafeUnpin for InvalidInstrumentId
impl UnwindSafe for InvalidInstrumentId
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)