pub struct SpotConfig {
pub raw: Value,
}Expand description
Spot pair catalog payload (Go SpotConfig raw-map escape hatch).
Fields§
§raw: ValueTrait Implementations§
Source§impl Clone for SpotConfig
impl Clone for SpotConfig
Source§fn clone(&self) -> SpotConfig
fn clone(&self) -> SpotConfig
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 moreSource§impl Debug for SpotConfig
impl Debug for SpotConfig
Source§impl PartialEq for SpotConfig
impl PartialEq for SpotConfig
impl StructuralPartialEq for SpotConfig
Auto Trait Implementations§
impl Freeze for SpotConfig
impl RefUnwindSafe for SpotConfig
impl Send for SpotConfig
impl Sync for SpotConfig
impl Unpin for SpotConfig
impl UnsafeUnpin for SpotConfig
impl UnwindSafe for SpotConfig
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