pub struct UserNotificationsResponse {
pub notifications: Notifications,
}Fields§
§notifications: NotificationsTrait Implementations§
Source§impl Clone for UserNotificationsResponse
impl Clone for UserNotificationsResponse
Source§fn clone(&self) -> UserNotificationsResponse
fn clone(&self) -> UserNotificationsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UserNotificationsResponse
impl Debug for UserNotificationsResponse
Source§impl<'de> Deserialize<'de> for UserNotificationsResponse
impl<'de> Deserialize<'de> for UserNotificationsResponse
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 UserNotificationsResponse
impl PartialEq for UserNotificationsResponse
Source§fn eq(&self, other: &UserNotificationsResponse) -> bool
fn eq(&self, other: &UserNotificationsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UserNotificationsResponse
Auto Trait Implementations§
impl Freeze for UserNotificationsResponse
impl RefUnwindSafe for UserNotificationsResponse
impl Send for UserNotificationsResponse
impl Sync for UserNotificationsResponse
impl Unpin for UserNotificationsResponse
impl UnsafeUnpin for UserNotificationsResponse
impl UnwindSafe for UserNotificationsResponse
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