Struct ic_agent::agent::agent_error::HttpErrorPayload [−][src]
pub struct HttpErrorPayload {
pub status: u16,
pub content_type: Option<String>,
pub content: Vec<u8>,
}Fields
status: u16content_type: Option<String>content: Vec<u8>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HttpErrorPayload
impl Send for HttpErrorPayload
impl Sync for HttpErrorPayload
impl Unpin for HttpErrorPayload
impl UnwindSafe for HttpErrorPayload
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more