pub struct UserNotificationCount {
pub _id: String,
pub count: f64,
pub created_at: String,
pub expire_at: String,
}Fields§
§_id: String§count: f64§created_at: String§expire_at: StringImplementations§
Trait Implementations§
Source§impl Clone for UserNotificationCount
impl Clone for UserNotificationCount
Source§fn clone(&self) -> UserNotificationCount
fn clone(&self) -> UserNotificationCount
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UserNotificationCount
impl Debug for UserNotificationCount
Source§impl Default for UserNotificationCount
impl Default for UserNotificationCount
Source§fn default() -> UserNotificationCount
fn default() -> UserNotificationCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserNotificationCount
impl<'de> Deserialize<'de> for UserNotificationCount
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 UserNotificationCount
impl PartialEq for UserNotificationCount
Source§impl Serialize for UserNotificationCount
impl Serialize for UserNotificationCount
impl StructuralPartialEq for UserNotificationCount
Auto Trait Implementations§
impl Freeze for UserNotificationCount
impl RefUnwindSafe for UserNotificationCount
impl Send for UserNotificationCount
impl Sync for UserNotificationCount
impl Unpin for UserNotificationCount
impl UnwindSafe for UserNotificationCount
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