pub enum DecimalOffset {}Auto Trait Implementations§
impl Freeze for DecimalOffset
impl RefUnwindSafe for DecimalOffset
impl Send for DecimalOffset
impl Sync for DecimalOffset
impl Unpin for DecimalOffset
impl UnsafeUnpin for DecimalOffset
impl UnwindSafe for DecimalOffset
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