pub struct MysqlQuickCount {
pub mysql_quick_count: u64,
}
Fields§
§mysql_quick_count: u64
Trait Implementations§
Source§impl Debug for MysqlQuickCount
impl Debug for MysqlQuickCount
Source§impl<'de> Deserialize<'de> for MysqlQuickCount
impl<'de> Deserialize<'de> for MysqlQuickCount
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 PartialEq for MysqlQuickCount
impl PartialEq for MysqlQuickCount
Source§impl Serialize for MysqlQuickCount
impl Serialize for MysqlQuickCount
impl Eq for MysqlQuickCount
impl StructuralPartialEq for MysqlQuickCount
Auto Trait Implementations§
impl Freeze for MysqlQuickCount
impl RefUnwindSafe for MysqlQuickCount
impl Send for MysqlQuickCount
impl Sync for MysqlQuickCount
impl Unpin for MysqlQuickCount
impl UnwindSafe for MysqlQuickCount
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