pub enum PathPointerScope {
Show 17 variants
Paths,
Path,
Operation,
RequestBody,
Responses,
ResponseCode,
Parameters,
MediaType,
Schema,
SchemaProperties,
SchemaProperty,
SchemaItems,
SchemaNot,
SchemaAllOf,
SchemaAnyOf,
SchemaOneOf,
SchemaAdditionalProperties,
}
Variants§
Paths
Path
Operation
RequestBody
Responses
ResponseCode
Parameters
MediaType
Schema
SchemaProperties
SchemaProperty
SchemaItems
SchemaNot
SchemaAllOf
SchemaAnyOf
SchemaOneOf
SchemaAdditionalProperties
Trait Implementations§
Source§impl Clone for PathPointerScope
impl Clone for PathPointerScope
Source§fn clone(&self) -> PathPointerScope
fn clone(&self) -> PathPointerScope
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PathPointerScope
impl Debug for PathPointerScope
Source§impl PartialEq for PathPointerScope
impl PartialEq for PathPointerScope
impl StructuralPartialEq for PathPointerScope
Auto Trait Implementations§
impl Freeze for PathPointerScope
impl RefUnwindSafe for PathPointerScope
impl Send for PathPointerScope
impl Sync for PathPointerScope
impl Unpin for PathPointerScope
impl UnwindSafe for PathPointerScope
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