Struct fusionauth_rust_client::models::totals::Totals
source · pub struct Totals {
pub logins: Option<i64>,
pub registrations: Option<i64>,
pub total_registrations: Option<i64>,
}
Fields§
§logins: Option<i64>
§registrations: Option<i64>
§total_registrations: Option<i64>
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Totals
impl<'de> Deserialize<'de> for Totals
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 Totals
impl PartialEq for Totals
impl StructuralPartialEq for Totals
Auto Trait Implementations§
impl RefUnwindSafe for Totals
impl Send for Totals
impl Sync for Totals
impl Unpin for Totals
impl UnwindSafe for Totals
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