pub struct AmountStr(/* private fields */);Expand description
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AmountStr
impl<'de> Deserialize<'de> for AmountStr
Source§fn deserialize<D>(
deserializer: D,
) -> Result<AmountStr, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<AmountStr, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for AmountStr
impl Ord for AmountStr
Source§impl PartialOrd for AmountStr
impl PartialOrd for AmountStr
Source§impl Serialize for AmountStr
impl Serialize for AmountStr
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for AmountStr
impl StructuralPartialEq for AmountStr
Auto Trait Implementations§
impl Freeze for AmountStr
impl RefUnwindSafe for AmountStr
impl Send for AmountStr
impl Sync for AmountStr
impl Unpin for AmountStr
impl UnwindSafe for AmountStr
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