pub struct ExchangeInfo {
pub id: &'static str,
pub name: &'static str,
pub has_fetch_markets: bool,
pub has_create_order: bool,
pub has_websocket: bool,
}Fields§
§id: &'static str§name: &'static str§has_fetch_markets: bool§has_create_order: bool§has_websocket: boolTrait Implementations§
Source§impl Clone for ExchangeInfo
impl Clone for ExchangeInfo
Source§fn clone(&self) -> ExchangeInfo
fn clone(&self) -> ExchangeInfo
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 moreAuto Trait Implementations§
impl Freeze for ExchangeInfo
impl RefUnwindSafe for ExchangeInfo
impl Send for ExchangeInfo
impl Sync for ExchangeInfo
impl Unpin for ExchangeInfo
impl UnwindSafe for ExchangeInfo
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