pub struct GetComboPositionsRequestPath {
pub account_id: String,
}Fields§
§account_id: StringTrait Implementations§
Source§impl Clone for GetComboPositionsRequestPath
impl Clone for GetComboPositionsRequestPath
Source§fn clone(&self) -> GetComboPositionsRequestPath
fn clone(&self) -> GetComboPositionsRequestPath
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 GetComboPositionsRequestPath
impl Debug for GetComboPositionsRequestPath
Source§impl PartialEq for GetComboPositionsRequestPath
impl PartialEq for GetComboPositionsRequestPath
Source§fn eq(&self, other: &GetComboPositionsRequestPath) -> bool
fn eq(&self, other: &GetComboPositionsRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetComboPositionsRequestPath
impl<'v_a> ValidateArgs<'v_a> for GetComboPositionsRequestPath
impl StructuralPartialEq for GetComboPositionsRequestPath
Auto Trait Implementations§
impl Freeze for GetComboPositionsRequestPath
impl RefUnwindSafe for GetComboPositionsRequestPath
impl Send for GetComboPositionsRequestPath
impl Sync for GetComboPositionsRequestPath
impl Unpin for GetComboPositionsRequestPath
impl UnsafeUnpin for GetComboPositionsRequestPath
impl UnwindSafe for GetComboPositionsRequestPath
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