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