pub struct GetPositionValue { /* private fields */ }Expand description
Request builder for getting total position value
Implementations§
Source§impl GetPositionValue
impl GetPositionValue
Sourcepub fn market(
self,
condition_ids: impl IntoIterator<Item = impl ToString>,
) -> Self
pub fn market( self, condition_ids: impl IntoIterator<Item = impl ToString>, ) -> Self
Filter by specific market condition IDs (comma-separated)
Auto Trait Implementations§
impl Freeze for GetPositionValue
impl !RefUnwindSafe for GetPositionValue
impl Send for GetPositionValue
impl Sync for GetPositionValue
impl Unpin for GetPositionValue
impl UnsafeUnpin for GetPositionValue
impl !UnwindSafe for GetPositionValue
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