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