pub struct GetPositionInfoOperationRequest {
pub instance_id: u32,
}Fields§
§instance_id: u32Trait Implementations§
Source§impl Clone for GetPositionInfoOperationRequest
impl Clone for GetPositionInfoOperationRequest
Source§fn clone(&self) -> GetPositionInfoOperationRequest
fn clone(&self) -> GetPositionInfoOperationRequest
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 GetPositionInfoOperationRequest
impl PartialEq for GetPositionInfoOperationRequest
Source§fn eq(&self, other: &GetPositionInfoOperationRequest) -> bool
fn eq(&self, other: &GetPositionInfoOperationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Validate for GetPositionInfoOperationRequest
impl Validate for GetPositionInfoOperationRequest
Source§fn validate_basic(&self) -> Result<(), ValidationError>
fn validate_basic(&self) -> Result<(), ValidationError>
Perform basic validation Read more
Source§fn validate(&self, level: ValidationLevel) -> Result<(), ValidationError>
fn validate(&self, level: ValidationLevel) -> Result<(), ValidationError>
Validate with the specified level
impl StructuralPartialEq for GetPositionInfoOperationRequest
Auto Trait Implementations§
impl Freeze for GetPositionInfoOperationRequest
impl RefUnwindSafe for GetPositionInfoOperationRequest
impl Send for GetPositionInfoOperationRequest
impl Sync for GetPositionInfoOperationRequest
impl Unpin for GetPositionInfoOperationRequest
impl UnsafeUnpin for GetPositionInfoOperationRequest
impl UnwindSafe for GetPositionInfoOperationRequest
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