pub struct OpMeta {Show 14 fields
pub op: &'static str,
pub method: &'static str,
pub segs: &'static [Seg],
pub verb: Verb,
pub rtype: &'static str,
pub nlabels: usize,
pub has_input: bool,
pub errors: &'static [&'static str],
pub rules: &'static [Rule],
pub omembers: &'static [(&'static str, K)],
pub list_field: Option<&'static str>,
pub list_elems: &'static [(&'static str, K)],
pub list_scalar: bool,
pub req_payload: bool,
}Fields§
§op: &'static str§method: &'static str§segs: &'static [Seg]§verb: Verb§rtype: &'static str§nlabels: usize§has_input: bool§errors: &'static [&'static str]§rules: &'static [Rule]§omembers: &'static [(&'static str, K)]§list_field: Option<&'static str>§list_elems: &'static [(&'static str, K)]§list_scalar: bool§req_payload: boolAuto Trait Implementations§
impl Freeze for OpMeta
impl RefUnwindSafe for OpMeta
impl Send for OpMeta
impl Sync for OpMeta
impl Unpin for OpMeta
impl UnsafeUnpin for OpMeta
impl UnwindSafe for OpMeta
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