pub struct InvalidOracleConfig;Trait Implementations§
Source§impl Clone for InvalidOracleConfig
impl Clone for InvalidOracleConfig
Source§fn clone(&self) -> InvalidOracleConfig
fn clone(&self) -> InvalidOracleConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InvalidOracleConfig
Source§impl Debug for InvalidOracleConfig
impl Debug for InvalidOracleConfig
impl Eq for InvalidOracleConfig
Source§impl PartialEq for InvalidOracleConfig
impl PartialEq for InvalidOracleConfig
Source§fn eq(&self, other: &InvalidOracleConfig) -> bool
fn eq(&self, other: &InvalidOracleConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InvalidOracleConfig
Auto Trait Implementations§
impl Freeze for InvalidOracleConfig
impl RefUnwindSafe for InvalidOracleConfig
impl Send for InvalidOracleConfig
impl Sync for InvalidOracleConfig
impl Unpin for InvalidOracleConfig
impl UnsafeUnpin for InvalidOracleConfig
impl UnwindSafe for InvalidOracleConfig
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