pub struct GetAdvancePositionResult {
pub next_page_cursor: Option<String>,
pub category: Option<String>,
pub list: Option<Vec<DualAssetsPosition>>,
}Fields§
§next_page_cursor: Option<String>§category: Option<String>§list: Option<Vec<DualAssetsPosition>>Trait Implementations§
Source§impl Clone for GetAdvancePositionResult
impl Clone for GetAdvancePositionResult
Source§fn clone(&self) -> GetAdvancePositionResult
fn clone(&self) -> GetAdvancePositionResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetAdvancePositionResult
impl Debug for GetAdvancePositionResult
Source§impl<'de> Deserialize<'de> for GetAdvancePositionResult
impl<'de> Deserialize<'de> for GetAdvancePositionResult
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 GetAdvancePositionResult
impl RefUnwindSafe for GetAdvancePositionResult
impl Send for GetAdvancePositionResult
impl Sync for GetAdvancePositionResult
impl Unpin for GetAdvancePositionResult
impl UnsafeUnpin for GetAdvancePositionResult
impl UnwindSafe for GetAdvancePositionResult
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