pub struct RemoveAddressFrame {
pub seq_num: VarInt,
}Expand description
REMOVE_ADDRESS Frame { Type (i) = 0x3d7e94, Sequence Number (i), }
Fields§
§seq_num: VarIntTrait Implementations§
Source§impl Clone for RemoveAddressFrame
impl Clone for RemoveAddressFrame
Source§fn clone(&self) -> RemoveAddressFrame
fn clone(&self) -> RemoveAddressFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RemoveAddressFrame
Source§impl Debug for RemoveAddressFrame
impl Debug for RemoveAddressFrame
Source§impl Deref for RemoveAddressFrame
impl Deref for RemoveAddressFrame
Source§impl EncodeSize for RemoveAddressFrame
impl EncodeSize for RemoveAddressFrame
Source§fn max_encoding_size(&self) -> usize
fn max_encoding_size(&self) -> usize
Return the max number of bytes needed to encode this value Read more
Source§fn encoding_size(&self) -> usize
fn encoding_size(&self) -> usize
Return the exact number of bytes needed to encode this value
impl Eq for RemoveAddressFrame
Source§impl From<RemoveAddressFrame> for ReliableFrame
impl From<RemoveAddressFrame> for ReliableFrame
Source§fn from(v: RemoveAddressFrame) -> ReliableFrame
fn from(v: RemoveAddressFrame) -> ReliableFrame
Converts to this type from the input type.
Source§impl<D> From<RemoveAddressFrame> for Frame<D>
impl<D> From<RemoveAddressFrame> for Frame<D>
Source§fn from(value: RemoveAddressFrame) -> Self
fn from(value: RemoveAddressFrame) -> Self
Converts to this type from the input type.
Source§impl GetFrameType for RemoveAddressFrame
impl GetFrameType for RemoveAddressFrame
Source§fn frame_type(&self) -> FrameType
fn frame_type(&self) -> FrameType
Return the type of frame
Source§impl PartialEq for RemoveAddressFrame
impl PartialEq for RemoveAddressFrame
impl StructuralPartialEq for RemoveAddressFrame
Source§impl<D> TryFrom<Frame<D>> for RemoveAddressFrame
impl<D> TryFrom<Frame<D>> for RemoveAddressFrame
Source§impl TryInto<RemoveAddressFrame> for ReliableFrame
impl TryInto<RemoveAddressFrame> for ReliableFrame
Auto Trait Implementations§
impl Freeze for RemoveAddressFrame
impl RefUnwindSafe for RemoveAddressFrame
impl Send for RemoveAddressFrame
impl Sync for RemoveAddressFrame
impl Unpin for RemoveAddressFrame
impl UnsafeUnpin for RemoveAddressFrame
impl UnwindSafe for RemoveAddressFrame
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FrameFeature for Twhere
T: GetFrameType,
impl<T> FrameFeature for Twhere
T: GetFrameType,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
Source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
Source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Source§impl<T> WriteFrame<RemoveAddressFrame> for Twhere
T: BufMut,
impl<T> WriteFrame<RemoveAddressFrame> for Twhere
T: BufMut,
Source§fn put_frame(&mut self, frame: &RemoveAddressFrame)
fn put_frame(&mut self, frame: &RemoveAddressFrame)
Write a frame to the buffer.