pub struct ResetUserNotificationCountParams {
pub tenant_id: String,
pub sso: Option<String>,
}Expand description
struct for passing parameters to the method reset_user_notification_count
Fields§
§tenant_id: String§sso: Option<String>Trait Implementations§
Source§impl Clone for ResetUserNotificationCountParams
impl Clone for ResetUserNotificationCountParams
Source§fn clone(&self) -> ResetUserNotificationCountParams
fn clone(&self) -> ResetUserNotificationCountParams
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 ResetUserNotificationCountParams
impl RefUnwindSafe for ResetUserNotificationCountParams
impl Send for ResetUserNotificationCountParams
impl Sync for ResetUserNotificationCountParams
impl Unpin for ResetUserNotificationCountParams
impl UnwindSafe for ResetUserNotificationCountParams
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