pub struct Uint(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Uint
impl<'de> Deserialize<'de> for Uint
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Uint
impl Ord for Uint
Source§impl PartialOrd for Uint
impl PartialOrd for Uint
impl Copy for Uint
impl Eq for Uint
impl StructuralPartialEq for Uint
Auto Trait Implementations§
impl Freeze for Uint
impl RefUnwindSafe for Uint
impl Send for Uint
impl Sync for Uint
impl Unpin for Uint
impl UnwindSafe for Uint
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