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