pub struct UnsubscribeTopic { /* private fields */ }
Expand description
A topic for an unsubscribe operation.
Implementations§
Source§impl UnsubscribeTopic
impl UnsubscribeTopic
Sourcepub fn new(topic_name: String) -> UnsubscribeTopic
pub fn new(topic_name: String) -> UnsubscribeTopic
Construct a new instance.
Sourcepub fn topic_name(&self) -> &str
pub fn topic_name(&self) -> &str
Returns the topic name for the operation.
Auto Trait Implementations§
impl Freeze for UnsubscribeTopic
impl RefUnwindSafe for UnsubscribeTopic
impl Send for UnsubscribeTopic
impl Sync for UnsubscribeTopic
impl Unpin for UnsubscribeTopic
impl UnwindSafe for UnsubscribeTopic
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