pub struct GetExchangeInfoParams { /* private fields */ }Implementations§
Source§impl GetExchangeInfoParams
impl GetExchangeInfoParams
pub fn new() -> Self
pub fn symbol(self, symbol: impl Into<String>) -> Self
pub fn symbols(self, symbols: Vec<String>) -> Self
pub fn permissions(self, permissions: Vec<String>) -> Self
pub fn show_permission_sets(self, value: bool) -> Self
pub fn symbol_status(self, value: SymbolStatus) -> Self
Trait Implementations§
Source§impl Debug for GetExchangeInfoParams
impl Debug for GetExchangeInfoParams
Source§impl Default for GetExchangeInfoParams
impl Default for GetExchangeInfoParams
Source§fn default() -> GetExchangeInfoParams
fn default() -> GetExchangeInfoParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetExchangeInfoParams
impl PartialEq for GetExchangeInfoParams
Source§fn eq(&self, other: &GetExchangeInfoParams) -> bool
fn eq(&self, other: &GetExchangeInfoParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetExchangeInfoParams
impl Serialize for GetExchangeInfoParams
impl StructuralPartialEq for GetExchangeInfoParams
Auto Trait Implementations§
impl Freeze for GetExchangeInfoParams
impl RefUnwindSafe for GetExchangeInfoParams
impl Send for GetExchangeInfoParams
impl Sync for GetExchangeInfoParams
impl Unpin for GetExchangeInfoParams
impl UnsafeUnpin for GetExchangeInfoParams
impl UnwindSafe for GetExchangeInfoParams
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