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