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