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