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