pub struct AnnounceOk {
pub namespace: String,
}
Expand description
Sent by the subscriber to accept an Announce.
Fields§
§namespace: String
Trait Implementations§
Source§impl Clone for AnnounceOk
impl Clone for AnnounceOk
Source§fn clone(&self) -> AnnounceOk
fn clone(&self) -> AnnounceOk
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 AnnounceOk
impl Debug for AnnounceOk
Source§impl Decode for AnnounceOk
impl Decode for AnnounceOk
Source§impl Encode for AnnounceOk
impl Encode for AnnounceOk
Source§impl From<AnnounceOk> for Message
impl From<AnnounceOk> for Message
Source§fn from(m: AnnounceOk) -> Self
fn from(m: AnnounceOk) -> Self
Converts to this type from the input type.
Source§impl From<AnnounceOk> for Subscriber
impl From<AnnounceOk> for Subscriber
Source§fn from(msg: AnnounceOk) -> Self
fn from(msg: AnnounceOk) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AnnounceOk
impl RefUnwindSafe for AnnounceOk
impl Send for AnnounceOk
impl Sync for AnnounceOk
impl Unpin for AnnounceOk
impl UnwindSafe for AnnounceOk
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