pub struct Annotations {
pub enums: HashMap<String, Vec<String>>,
pub json_shapes: HashMap<String, JsonShape>,
pub param_overrides: HashMap<u32, String>,
pub query_header: Option<QueryHeader>,
}Fields§
§enums: HashMap<String, Vec<String>>§json_shapes: HashMap<String, JsonShape>§param_overrides: HashMap<u32, String>§query_header: Option<QueryHeader>Auto Trait Implementations§
impl Freeze for Annotations
impl RefUnwindSafe for Annotations
impl Send for Annotations
impl Sync for Annotations
impl Unpin for Annotations
impl UnsafeUnpin for Annotations
impl UnwindSafe for Annotations
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