pub enum ResponseWriteError {
FrameTooLarge,
InsufficientCapacity,
SourceAccess,
SinkAccess,
}Variants§
Trait Implementations§
Source§impl Clone for ResponseWriteError
impl Clone for ResponseWriteError
Source§fn clone(&self) -> ResponseWriteError
fn clone(&self) -> ResponseWriteError
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 ResponseWriteError
Source§impl Debug for ResponseWriteError
impl Debug for ResponseWriteError
impl Eq for ResponseWriteError
Source§impl PartialEq for ResponseWriteError
impl PartialEq for ResponseWriteError
impl StructuralPartialEq for ResponseWriteError
Auto Trait Implementations§
impl Freeze for ResponseWriteError
impl RefUnwindSafe for ResponseWriteError
impl Send for ResponseWriteError
impl Sync for ResponseWriteError
impl Unpin for ResponseWriteError
impl UnsafeUnpin for ResponseWriteError
impl UnwindSafe for ResponseWriteError
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