pub struct StockState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for StockState
impl Clone for StockState
Source§fn clone(&self) -> StockState
fn clone(&self) -> StockState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StockState
impl Debug for StockState
Source§impl PartialEq for StockState
impl PartialEq for StockState
Source§fn eq(&self, other: &StockState) -> bool
fn eq(&self, other: &StockState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StockState
impl Eq for StockState
impl StructuralPartialEq for StockState
Auto Trait Implementations§
impl Freeze for StockState
impl RefUnwindSafe for StockState
impl Send for StockState
impl Sync for StockState
impl Unpin for StockState
impl UnsafeUnpin for StockState
impl UnwindSafe for StockState
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