pub struct U128<const N: u128>;Expand description
A
u128
represented as a type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const N: u128> Freeze for U128<N>
impl<const N: u128> RefUnwindSafe for U128<N>
impl<const N: u128> Send for U128<N>
impl<const N: u128> Sync for U128<N>
impl<const N: u128> Unpin for U128<N>
impl<const N: u128> UnwindSafe for U128<N>
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