pub struct FrameTooLarge { /* private fields */ }Expand description
Payload for ConvertError::FrameTooLarge.
A frame’s planes would export more bytes than the session’s
FrameLimits::max_frame_bytes allows.
Implementations§
Trait Implementations§
Source§impl Clone for FrameTooLarge
impl Clone for FrameTooLarge
Source§fn clone(&self) -> FrameTooLarge
fn clone(&self) -> FrameTooLarge
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 FrameTooLarge
Source§impl Debug for FrameTooLarge
impl Debug for FrameTooLarge
Source§impl Display for FrameTooLarge
impl Display for FrameTooLarge
impl Eq for FrameTooLarge
Source§impl PartialEq for FrameTooLarge
impl PartialEq for FrameTooLarge
impl StructuralPartialEq for FrameTooLarge
Auto Trait Implementations§
impl Freeze for FrameTooLarge
impl RefUnwindSafe for FrameTooLarge
impl Send for FrameTooLarge
impl Sync for FrameTooLarge
impl Unpin for FrameTooLarge
impl UnsafeUnpin for FrameTooLarge
impl UnwindSafe for FrameTooLarge
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