pub struct UpdateContactTopicOptions { /* private fields */ }Expand description
See relevant docs.
Implementations§
Source§impl UpdateContactTopicOptions
impl UpdateContactTopicOptions
Sourcepub fn new(id: impl Into<String>, subscription: SubscriptionType) -> Self
pub fn new(id: impl Into<String>, subscription: SubscriptionType) -> Self
id: The Topic ID.
subscription: The subscription action.
Trait Implementations§
Source§impl Clone for UpdateContactTopicOptions
impl Clone for UpdateContactTopicOptions
Source§fn clone(&self) -> UpdateContactTopicOptions
fn clone(&self) -> UpdateContactTopicOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateContactTopicOptions
impl Debug for UpdateContactTopicOptions
Auto Trait Implementations§
impl Freeze for UpdateContactTopicOptions
impl RefUnwindSafe for UpdateContactTopicOptions
impl Send for UpdateContactTopicOptions
impl Sync for UpdateContactTopicOptions
impl Unpin for UpdateContactTopicOptions
impl UnsafeUnpin for UpdateContactTopicOptions
impl UnwindSafe for UpdateContactTopicOptions
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