struct SingleInteger {
single_integer: i64,
}Expand description
Struct is used to retrieve a single integer value from the SQL database.
Fields§
§single_integer: i64Auto Trait Implementations§
impl Freeze for SingleInteger
impl RefUnwindSafe for SingleInteger
impl Send for SingleInteger
impl Sync for SingleInteger
impl Unpin for SingleInteger
impl UnwindSafe for SingleInteger
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