pub struct Rounddown {
pub x: Value,
pub num_digits: Value,
}
Fields§
§x: Value
§num_digits: Value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rounddown
impl RefUnwindSafe for Rounddown
impl Send for Rounddown
impl Sync for Rounddown
impl Unpin for Rounddown
impl UnwindSafe for Rounddown
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