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