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