pub struct ListFuturesSweepsResponse {
pub sweeps: Vec<FuturesSweep>,
}Expand description
Response for listing futures sweeps.
Fields§
§sweeps: Vec<FuturesSweep>Sweeps.
Trait Implementations§
Source§impl Clone for ListFuturesSweepsResponse
impl Clone for ListFuturesSweepsResponse
Source§fn clone(&self) -> ListFuturesSweepsResponse
fn clone(&self) -> ListFuturesSweepsResponse
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 ListFuturesSweepsResponse
impl Debug for ListFuturesSweepsResponse
Source§impl<'de> Deserialize<'de> for ListFuturesSweepsResponse
impl<'de> Deserialize<'de> for ListFuturesSweepsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ListFuturesSweepsResponse
impl RefUnwindSafe for ListFuturesSweepsResponse
impl Send for ListFuturesSweepsResponse
impl Sync for ListFuturesSweepsResponse
impl Unpin for ListFuturesSweepsResponse
impl UnwindSafe for ListFuturesSweepsResponse
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