pub struct ResponseTopic(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for ResponseTopic
impl Clone for ResponseTopic
Source§fn clone(&self) -> ResponseTopic
fn clone(&self) -> ResponseTopic
Returns a copy 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 moreSource§impl Debug for ResponseTopic
impl Debug for ResponseTopic
Source§impl PartialEq for ResponseTopic
impl PartialEq for ResponseTopic
impl StructuralPartialEq for ResponseTopic
Auto Trait Implementations§
impl Freeze for ResponseTopic
impl RefUnwindSafe for ResponseTopic
impl Send for ResponseTopic
impl Sync for ResponseTopic
impl Unpin for ResponseTopic
impl UnwindSafe for ResponseTopic
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