pub struct InvalidatePositionCacheRequestPath {
pub account_id: String,
}Fields§
§account_id: StringAccount ID whose cached portfolio positions will be discarded.
- Example:
"DU123456".to_string()
Trait Implementations§
Source§impl Clone for InvalidatePositionCacheRequestPath
impl Clone for InvalidatePositionCacheRequestPath
Source§fn clone(&self) -> InvalidatePositionCacheRequestPath
fn clone(&self) -> InvalidatePositionCacheRequestPath
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 PartialEq for InvalidatePositionCacheRequestPath
impl PartialEq for InvalidatePositionCacheRequestPath
Source§fn eq(&self, other: &InvalidatePositionCacheRequestPath) -> bool
fn eq(&self, other: &InvalidatePositionCacheRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for InvalidatePositionCacheRequestPath
impl<'v_a> ValidateArgs<'v_a> for InvalidatePositionCacheRequestPath
impl StructuralPartialEq for InvalidatePositionCacheRequestPath
Auto Trait Implementations§
impl Freeze for InvalidatePositionCacheRequestPath
impl RefUnwindSafe for InvalidatePositionCacheRequestPath
impl Send for InvalidatePositionCacheRequestPath
impl Sync for InvalidatePositionCacheRequestPath
impl Unpin for InvalidatePositionCacheRequestPath
impl UnsafeUnpin for InvalidatePositionCacheRequestPath
impl UnwindSafe for InvalidatePositionCacheRequestPath
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