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