pub struct OperationSummary {
pub operation_id: String,
pub method: String,
pub path: String,
pub description: String,
pub tags: Vec<String>,
}Expand description
Summarize operations in a spec for the inspect command.
Fields§
§operation_id: String§method: String§path: String§description: StringAuto Trait Implementations§
impl Freeze for OperationSummary
impl RefUnwindSafe for OperationSummary
impl Send for OperationSummary
impl Sync for OperationSummary
impl Unpin for OperationSummary
impl UnsafeUnpin for OperationSummary
impl UnwindSafe for OperationSummary
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