pub struct RoundingDirection;Expand description
RoundingDirection (468).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RoundingDirection
impl RefUnwindSafe for RoundingDirection
impl Send for RoundingDirection
impl Sync for RoundingDirection
impl Unpin for RoundingDirection
impl UnsafeUnpin for RoundingDirection
impl UnwindSafe for RoundingDirection
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