pub struct AnnounceInterest {
pub prefix: Path,
}
Expand description
Sent by the subscriber to request ANNOUNCE messages.
Fields§
§prefix: Path
The desired track prefix
Trait Implementations§
Source§impl Clone for AnnounceInterest
impl Clone for AnnounceInterest
Source§fn clone(&self) -> AnnounceInterest
fn clone(&self) -> AnnounceInterest
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 AnnounceInterest
impl Debug for AnnounceInterest
Source§impl Decode for AnnounceInterest
impl Decode for AnnounceInterest
fn decode<R: Buf>(r: &mut R) -> Result<Self, DecodeError>
fn decode_more<B: Buf>(buf: &mut B, remain: usize) -> Result<Self, DecodeError>
fn decode_cap<B: Buf>(buf: &mut B, remain: usize) -> Result<(), DecodeError>
Auto Trait Implementations§
impl Freeze for AnnounceInterest
impl RefUnwindSafe for AnnounceInterest
impl Send for AnnounceInterest
impl Sync for AnnounceInterest
impl Unpin for AnnounceInterest
impl UnwindSafe for AnnounceInterest
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