pub struct GetNotificationCountParams {
pub tenant_id: String,
pub user_id: Option<String>,
pub url_id: Option<String>,
pub from_comment_id: Option<String>,
pub viewed: Option<bool>,
pub type: Option<String>,
}Expand description
struct for passing parameters to the method get_notification_count
Fields§
§tenant_id: String§user_id: Option<String>§url_id: Option<String>§from_comment_id: Option<String>§viewed: Option<bool>§type: Option<String>Trait Implementations§
Source§impl Clone for GetNotificationCountParams
impl Clone for GetNotificationCountParams
Source§fn clone(&self) -> GetNotificationCountParams
fn clone(&self) -> GetNotificationCountParams
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 moreAuto Trait Implementations§
impl Freeze for GetNotificationCountParams
impl RefUnwindSafe for GetNotificationCountParams
impl Send for GetNotificationCountParams
impl Sync for GetNotificationCountParams
impl Unpin for GetNotificationCountParams
impl UnwindSafe for GetNotificationCountParams
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