pub struct GetNotificationTrayParams {
pub include_read: Option<bool>,
}Expand description
Optional query parameters for GetNotificationTray.
Fields§
§include_read: Option<bool>include_read.
Trait Implementations§
Source§impl Clone for GetNotificationTrayParams
impl Clone for GetNotificationTrayParams
Source§fn clone(&self) -> GetNotificationTrayParams
fn clone(&self) -> GetNotificationTrayParams
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 GetNotificationTrayParams
impl Debug for GetNotificationTrayParams
Source§impl Default for GetNotificationTrayParams
impl Default for GetNotificationTrayParams
Source§fn default() -> GetNotificationTrayParams
fn default() -> GetNotificationTrayParams
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetNotificationTrayParams
Auto Trait Implementations§
impl Freeze for GetNotificationTrayParams
impl RefUnwindSafe for GetNotificationTrayParams
impl Send for GetNotificationTrayParams
impl Sync for GetNotificationTrayParams
impl Unpin for GetNotificationTrayParams
impl UnsafeUnpin for GetNotificationTrayParams
impl UnwindSafe for GetNotificationTrayParams
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