pub struct IrHeader {
pub description: Option<String>,
pub type_expr: IrTypeExpr,
pub required: bool,
}Expand description
A resolved response header.
Fields§
§description: Option<String>§type_expr: IrTypeExpr§required: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for IrHeader
impl RefUnwindSafe for IrHeader
impl Send for IrHeader
impl Sync for IrHeader
impl Unpin for IrHeader
impl UnsafeUnpin for IrHeader
impl UnwindSafe for IrHeader
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