pub struct GetBrokerageStatusRequest {}Expand description
Current Authentication status to the Brokerage system. Market Data and Trading is not possible if not authenticated.
Implementations§
Source§impl GetBrokerageStatusRequest
impl GetBrokerageStatusRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetBrokerageStatusResponse>
pub async fn parse_response(req: Response) -> Result<GetBrokerageStatusResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetBrokerageStatusRequest
impl Clone for GetBrokerageStatusRequest
Source§fn clone(&self) -> GetBrokerageStatusRequest
fn clone(&self) -> GetBrokerageStatusRequest
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 moreSource§impl Debug for GetBrokerageStatusRequest
impl Debug for GetBrokerageStatusRequest
Source§impl Default for GetBrokerageStatusRequest
impl Default for GetBrokerageStatusRequest
Source§impl Validate for GetBrokerageStatusRequest
impl Validate for GetBrokerageStatusRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetBrokerageStatusRequest
impl<'v_a> ValidateArgs<'v_a> for GetBrokerageStatusRequest
Auto Trait Implementations§
impl Freeze for GetBrokerageStatusRequest
impl RefUnwindSafe for GetBrokerageStatusRequest
impl Send for GetBrokerageStatusRequest
impl Sync for GetBrokerageStatusRequest
impl Unpin for GetBrokerageStatusRequest
impl UnsafeUnpin for GetBrokerageStatusRequest
impl UnwindSafe for GetBrokerageStatusRequest
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