pub struct FetchCancel {
pub subscribe_id: VarInt,
}Expand description
FETCH_CANCEL message (type 0x17).
Fields§
§subscribe_id: VarIntThe subscribe ID for the fetch to cancel.
Trait Implementations§
Source§impl Clone for FetchCancel
impl Clone for FetchCancel
Source§fn clone(&self) -> FetchCancel
fn clone(&self) -> FetchCancel
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 FetchCancel
impl Debug for FetchCancel
Source§impl PartialEq for FetchCancel
impl PartialEq for FetchCancel
impl Eq for FetchCancel
impl StructuralPartialEq for FetchCancel
Auto Trait Implementations§
impl Freeze for FetchCancel
impl RefUnwindSafe for FetchCancel
impl Send for FetchCancel
impl Sync for FetchCancel
impl Unpin for FetchCancel
impl UnsafeUnpin for FetchCancel
impl UnwindSafe for FetchCancel
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