pub struct ChangeInPositionValueWrapper {
pub items: Vec<ChangeInPositionValue>,
}Expand description
Wrapper for change in position value section
Fields§
§items: Vec<ChangeInPositionValue>List of position value changes
Trait Implementations§
Source§impl Clone for ChangeInPositionValueWrapper
impl Clone for ChangeInPositionValueWrapper
Source§fn clone(&self) -> ChangeInPositionValueWrapper
fn clone(&self) -> ChangeInPositionValueWrapper
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 ChangeInPositionValueWrapper
impl Debug for ChangeInPositionValueWrapper
Source§impl Default for ChangeInPositionValueWrapper
impl Default for ChangeInPositionValueWrapper
Source§fn default() -> ChangeInPositionValueWrapper
fn default() -> ChangeInPositionValueWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChangeInPositionValueWrapper
impl<'de> Deserialize<'de> for ChangeInPositionValueWrapper
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
Source§impl PartialEq for ChangeInPositionValueWrapper
impl PartialEq for ChangeInPositionValueWrapper
Source§fn eq(&self, other: &ChangeInPositionValueWrapper) -> bool
fn eq(&self, other: &ChangeInPositionValueWrapper) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChangeInPositionValueWrapper
Auto Trait Implementations§
impl Freeze for ChangeInPositionValueWrapper
impl RefUnwindSafe for ChangeInPositionValueWrapper
impl Send for ChangeInPositionValueWrapper
impl Sync for ChangeInPositionValueWrapper
impl Unpin for ChangeInPositionValueWrapper
impl UnwindSafe for ChangeInPositionValueWrapper
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