pub struct CloseAllMdStreamsRequest {}Expand description
Instruct IServer to close all of its open backend data streams for all instruments.
Implementations§
Source§impl CloseAllMdStreamsRequest
impl CloseAllMdStreamsRequest
Sourcepub async fn parse_response(req: Response) -> Result<CloseAllMdStreamsResponse>
pub async fn parse_response(req: Response) -> Result<CloseAllMdStreamsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for CloseAllMdStreamsRequest
impl Clone for CloseAllMdStreamsRequest
Source§fn clone(&self) -> CloseAllMdStreamsRequest
fn clone(&self) -> CloseAllMdStreamsRequest
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 CloseAllMdStreamsRequest
impl Debug for CloseAllMdStreamsRequest
Source§impl Default for CloseAllMdStreamsRequest
impl Default for CloseAllMdStreamsRequest
Source§impl Validate for CloseAllMdStreamsRequest
impl Validate for CloseAllMdStreamsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for CloseAllMdStreamsRequest
impl<'v_a> ValidateArgs<'v_a> for CloseAllMdStreamsRequest
Auto Trait Implementations§
impl Freeze for CloseAllMdStreamsRequest
impl RefUnwindSafe for CloseAllMdStreamsRequest
impl Send for CloseAllMdStreamsRequest
impl Sync for CloseAllMdStreamsRequest
impl Unpin for CloseAllMdStreamsRequest
impl UnsafeUnpin for CloseAllMdStreamsRequest
impl UnwindSafe for CloseAllMdStreamsRequest
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