pub struct FastPrice(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FastPrice
impl<'de> Deserialize<'de> for FastPrice
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 Ord for FastPrice
impl Ord for FastPrice
Source§impl PartialOrd for FastPrice
impl PartialOrd for FastPrice
impl Copy for FastPrice
impl Eq for FastPrice
impl StructuralPartialEq for FastPrice
Auto Trait Implementations§
impl Freeze for FastPrice
impl RefUnwindSafe for FastPrice
impl Send for FastPrice
impl Sync for FastPrice
impl Unpin for FastPrice
impl UnsafeUnpin for FastPrice
impl UnwindSafe for FastPrice
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