pub struct Credentials {
pub identification: Option<String>,
pub password: Option<String>,
}
Expand description
Credentials for IQOption API
Fields§
§identification: Option<String>
§password: Option<String>
Trait Implementations§
Source§impl Debug for Credentials
Debug implementation for Credentials
impl Debug for Credentials
Debug implementation for Credentials
Source§impl Default for Credentials
Default value for Credentials
impl Default for Credentials
Default value for Credentials
Source§impl PartialEq for Credentials
Implementation of methods for Credentials
impl PartialEq for Credentials
Implementation of methods for Credentials
Auto Trait Implementations§
impl Freeze for Credentials
impl RefUnwindSafe for Credentials
impl Send for Credentials
impl Sync for Credentials
impl Unpin for Credentials
impl UnwindSafe for Credentials
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