pub struct InspectPlan {
pub media: MediaType,
pub tx_mode: TxMode,
pub headers_only: bool,
pub schema: CompactString,
}Expand description
Inspect plan (for GET / on the root)
Fields§
§media: MediaType§tx_mode: TxMode§headers_only: bool§schema: CompactStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for InspectPlan
impl RefUnwindSafe for InspectPlan
impl Send for InspectPlan
impl Sync for InspectPlan
impl Unpin for InspectPlan
impl UnsafeUnpin for InspectPlan
impl UnwindSafe for InspectPlan
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