pub struct HttpAnswers {
pub default: DefaultAnswers,
pub custom: HashMap<ClusterId, CustomAnswers>,
}
Fields§
§default: DefaultAnswers
§custom: HashMap<ClusterId, CustomAnswers>
Implementations§
source§impl HttpAnswers
impl HttpAnswers
Auto Trait Implementations§
impl RefUnwindSafe for HttpAnswers
impl !Send for HttpAnswers
impl !Sync for HttpAnswers
impl Unpin for HttpAnswers
impl UnwindSafe for HttpAnswers
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