Struct qcs_api::apis::ResponseContent [−][src]
pub struct ResponseContent<T> {
pub status: StatusCode,
pub content: String,
pub entity: Option<T>,
}Fields
status: StatusCodecontent: Stringentity: Option<T>Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ResponseContent<T> where
T: RefUnwindSafe,
impl<T> Send for ResponseContent<T> where
T: Send,
impl<T> Sync for ResponseContent<T> where
T: Sync,
impl<T> Unpin for ResponseContent<T> where
T: Unpin,
impl<T> UnwindSafe for ResponseContent<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
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