pub struct QuantAmmMutable {
pub first_four_weights_and_multipliers: Vec<I256>,
pub second_four_weights_and_multipliers: Vec<I256>,
pub last_update_time: U256,
pub last_interop_time: U256,
pub current_timestamp: U256,
}Expand description
QuantAmm mutable state
Fields§
§first_four_weights_and_multipliers: Vec<I256>§second_four_weights_and_multipliers: Vec<I256>§last_update_time: U256§last_interop_time: U256§current_timestamp: U256Trait Implementations§
Source§impl Clone for QuantAmmMutable
impl Clone for QuantAmmMutable
Source§fn clone(&self) -> QuantAmmMutable
fn clone(&self) -> QuantAmmMutable
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 QuantAmmMutable
impl Debug for QuantAmmMutable
Source§impl<'de> Deserialize<'de> for QuantAmmMutable
impl<'de> Deserialize<'de> for QuantAmmMutable
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 QuantAmmMutable
impl PartialEq for QuantAmmMutable
Source§impl Serialize for QuantAmmMutable
impl Serialize for QuantAmmMutable
impl StructuralPartialEq for QuantAmmMutable
Auto Trait Implementations§
impl Freeze for QuantAmmMutable
impl RefUnwindSafe for QuantAmmMutable
impl Send for QuantAmmMutable
impl Sync for QuantAmmMutable
impl Unpin for QuantAmmMutable
impl UnsafeUnpin for QuantAmmMutable
impl UnwindSafe for QuantAmmMutable
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