pub struct LocalPrice { /* private fields */ }
Trait Implementations§
Source§impl Clone for LocalPrice
impl Clone for LocalPrice
Source§fn clone(&self) -> LocalPrice
fn clone(&self) -> LocalPrice
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 LocalPrice
impl Debug for LocalPrice
Source§impl<'de> Deserialize<'de> for LocalPrice
impl<'de> Deserialize<'de> for LocalPrice
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 FileKeyable for LocalPrice
impl FileKeyable for LocalPrice
Source§impl GetFromRawAemo for LocalPrice
impl GetFromRawAemo for LocalPrice
Auto Trait Implementations§
impl Freeze for LocalPrice
impl RefUnwindSafe for LocalPrice
impl Send for LocalPrice
impl Sync for LocalPrice
impl Unpin for LocalPrice
impl UnwindSafe for LocalPrice
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