pub struct Subscribe<'a> {
pub request_id: RequestId,
pub track_namespace: Path<'a>,
pub track_name: Cow<'a, str>,
pub subscriber_priority: u8,
pub group_order: GroupOrder,
pub filter_type: FilterType,
}Expand description
Subscribe message (0x03) Sent by the subscriber to request all future objects for the given track.
Fields§
§request_id: RequestId§track_namespace: Path<'a>§track_name: Cow<'a, str>§subscriber_priority: u8§group_order: GroupOrder§filter_type: FilterTypeTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Subscribe<'a>
impl<'a> RefUnwindSafe for Subscribe<'a>
impl<'a> Send for Subscribe<'a>
impl<'a> Sync for Subscribe<'a>
impl<'a> Unpin for Subscribe<'a>
impl<'a> UnwindSafe for Subscribe<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)