pub struct AnnouncePlease {
pub filter: Filter,
}
Expand description
Sent by the subscriber to request ANNOUNCE messages.
Fields§
§filter: Filter
A wildcard filter.
Trait Implementations§
Source§impl Clone for AnnouncePlease
impl Clone for AnnouncePlease
Source§fn clone(&self) -> AnnouncePlease
fn clone(&self) -> AnnouncePlease
Returns a duplicate 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 AnnouncePlease
impl Debug for AnnouncePlease
Source§impl Decode for AnnouncePlease
impl Decode for AnnouncePlease
Auto Trait Implementations§
impl Freeze for AnnouncePlease
impl RefUnwindSafe for AnnouncePlease
impl Send for AnnouncePlease
impl Sync for AnnouncePlease
impl Unpin for AnnouncePlease
impl UnwindSafe for AnnouncePlease
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