pub struct R64Uint;
Expand description
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations§
Source§impl Ord for R64Uint
impl Ord for R64Uint
Source§impl PartialOrd for R64Uint
impl PartialOrd for R64Uint
impl Copy for R64Uint
impl Eq for R64Uint
impl StructuralPartialEq for R64Uint
Auto Trait Implementations§
impl Freeze for R64Uint
impl RefUnwindSafe for R64Uint
impl Send for R64Uint
impl Sync for R64Uint
impl Unpin for R64Uint
impl UnwindSafe for R64Uint
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