pub struct DepotPositionsResponse {
pub values: Vec<Position>,
}Fields§
§values: Vec<Position>Trait Implementations§
Source§impl Clone for DepotPositionsResponse
impl Clone for DepotPositionsResponse
Source§fn clone(&self) -> DepotPositionsResponse
fn clone(&self) -> DepotPositionsResponse
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 DepotPositionsResponse
impl Debug for DepotPositionsResponse
Source§impl<'de> Deserialize<'de> for DepotPositionsResponse
impl<'de> Deserialize<'de> for DepotPositionsResponse
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
Auto Trait Implementations§
impl Freeze for DepotPositionsResponse
impl RefUnwindSafe for DepotPositionsResponse
impl Send for DepotPositionsResponse
impl Sync for DepotPositionsResponse
impl Unpin for DepotPositionsResponse
impl UnsafeUnpin for DepotPositionsResponse
impl UnwindSafe for DepotPositionsResponse
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