pub struct SubscribesBlocked {
pub maximum_subscribe_id: VarInt,
}Expand description
SUBSCRIBES_BLOCKED message (type 0x1A).
Fields§
§maximum_subscribe_id: VarIntThe maximum subscribe ID advertised by the peer.
Trait Implementations§
Source§impl Clone for SubscribesBlocked
impl Clone for SubscribesBlocked
Source§fn clone(&self) -> SubscribesBlocked
fn clone(&self) -> SubscribesBlocked
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 SubscribesBlocked
impl Debug for SubscribesBlocked
Source§impl PartialEq for SubscribesBlocked
impl PartialEq for SubscribesBlocked
impl Eq for SubscribesBlocked
impl StructuralPartialEq for SubscribesBlocked
Auto Trait Implementations§
impl Freeze for SubscribesBlocked
impl RefUnwindSafe for SubscribesBlocked
impl Send for SubscribesBlocked
impl Sync for SubscribesBlocked
impl Unpin for SubscribesBlocked
impl UnsafeUnpin for SubscribesBlocked
impl UnwindSafe for SubscribesBlocked
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