pub(crate) struct ToDecimalResult {
pub(crate) sig: i64,
pub(crate) exp: i32,
}Fields§
§sig: i64§exp: i32Auto Trait Implementations§
impl Freeze for ToDecimalResult
impl RefUnwindSafe for ToDecimalResult
impl Send for ToDecimalResult
impl Sync for ToDecimalResult
impl Unpin for ToDecimalResult
impl UnwindSafe for ToDecimalResult
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