pub struct IQOptionClient { /* private fields */ }
Expand description
Client for IQOption API
Implementations§
Source§impl IQOptionClient
Implementation of methods for IQOptionClient
impl IQOptionClient
Implementation of methods for IQOptionClient
Sourcepub fn identification(self, identification: &str) -> Self
pub fn identification(self, identification: &str) -> Self
Fill identification field.
Sourcepub fn enviroment(self, enviroment: Enviroment) -> Self
pub fn enviroment(self, enviroment: Enviroment) -> Self
Set enviroment for IQOption API.
Specify which environment settings will be used, such as the user-agent.
Default is Envirment::Simple
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IQOptionClient
impl RefUnwindSafe for IQOptionClient
impl Send for IQOptionClient
impl Sync for IQOptionClient
impl Unpin for IQOptionClient
impl UnwindSafe for IQOptionClient
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