pub enum RwiniTypePriceParseError {
CutomValueInvalid,
CreditValueInvalid,
}Variants§
Auto Trait Implementations§
impl Freeze for RwiniTypePriceParseError
impl RefUnwindSafe for RwiniTypePriceParseError
impl Send for RwiniTypePriceParseError
impl Sync for RwiniTypePriceParseError
impl Unpin for RwiniTypePriceParseError
impl UnwindSafe for RwiniTypePriceParseError
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