pub struct PaddingFrame;
Expand description
Trait Implementations§
Source§impl Clone for PaddingFrame
impl Clone for PaddingFrame
Source§fn clone(&self) -> PaddingFrame
fn clone(&self) -> PaddingFrame
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 PaddingFrame
impl Debug for PaddingFrame
Source§impl Default for PaddingFrame
impl Default for PaddingFrame
Source§fn default() -> PaddingFrame
fn default() -> PaddingFrame
Returns the “default value” for a type. Read more
Source§impl EncodeSize for PaddingFrame
impl EncodeSize for PaddingFrame
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
Source§impl GetFrameType for PaddingFrame
impl GetFrameType for PaddingFrame
Source§fn frame_type(&self) -> FrameType
fn frame_type(&self) -> FrameType
Return the type of frame
Source§impl PartialEq for PaddingFrame
impl PartialEq for PaddingFrame
impl Copy for PaddingFrame
impl Eq for PaddingFrame
impl StructuralPartialEq for PaddingFrame
Auto Trait Implementations§
impl Freeze for PaddingFrame
impl RefUnwindSafe for PaddingFrame
impl Send for PaddingFrame
impl Sync for PaddingFrame
impl Unpin for PaddingFrame
impl UnwindSafe for PaddingFrame
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> FrameFeture for Twhere
T: GetFrameType,
impl<T> FrameFeture 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<PaddingFrame> for Twhere
T: BufMut,
impl<T> WriteFrame<PaddingFrame> for Twhere
T: BufMut,
Source§fn put_frame(&mut self, _: &PaddingFrame)
fn put_frame(&mut self, _: &PaddingFrame)
Write a frame to the buffer.