pub struct DefaultAnswers {
pub BadRequest: Rc<Vec<u8>>,
pub Unauthorized: Rc<Vec<u8>>,
pub NotFound: Rc<Vec<u8>>,
pub RequestTimeout: Rc<Vec<u8>>,
pub PayloadTooLarge: Rc<Vec<u8>>,
pub BadGateway: Rc<Vec<u8>>,
pub ServiceUnavailable: Rc<Vec<u8>>,
pub GatewayTimeout: Rc<Vec<u8>>,
pub InsufficientStorage: Rc<Vec<u8>>,
}
Fields§
§BadRequest: Rc<Vec<u8>>
400
401
NotFound: Rc<Vec<u8>>
404
RequestTimeout: Rc<Vec<u8>>
408
PayloadTooLarge: Rc<Vec<u8>>
413
BadGateway: Rc<Vec<u8>>
502
503
GatewayTimeout: Rc<Vec<u8>>
504
InsufficientStorage: Rc<Vec<u8>>
507
Auto Trait Implementations§
impl RefUnwindSafe for DefaultAnswers
impl !Send for DefaultAnswers
impl !Sync for DefaultAnswers
impl Unpin for DefaultAnswers
impl UnwindSafe for DefaultAnswers
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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