pub struct Uint64(pub u64);Expand description
Unsigned integer 64-bit data type for the DBMS.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl CandidType for Uint64
impl CandidType for Uint64
Source§impl<'de> Deserialize<'de> for Uint64
impl<'de> Deserialize<'de> for Uint64
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 Uint64
impl Ord for Uint64
Source§impl PartialOrd for Uint64
impl PartialOrd for Uint64
impl Copy for Uint64
impl DataType for Uint64
impl Eq for Uint64
impl StructuralPartialEq for Uint64
Auto Trait Implementations§
impl Freeze for Uint64
impl RefUnwindSafe for Uint64
impl Send for Uint64
impl Sync for Uint64
impl Unpin for Uint64
impl UnwindSafe for Uint64
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