pub struct RustType(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<&ParameterData> for RustType
impl From<&ParameterData> for RustType
Source§fn from(parameter_data: &ParameterData) -> RustType
fn from(parameter_data: &ParameterData) -> RustType
Converts to this type from the input type.
Source§impl From<&ReferenceOr<RequestBody>> for RustType
impl From<&ReferenceOr<RequestBody>> for RustType
Source§fn from(reference_or_requestbody: &ReferenceOr<RequestBody>) -> RustType
fn from(reference_or_requestbody: &ReferenceOr<RequestBody>) -> RustType
Converts to this type from the input type.
Source§impl From<&SchemaVariant> for RustType
impl From<&SchemaVariant> for RustType
Source§fn from(schema_variant: &SchemaVariant) -> RustType
fn from(schema_variant: &SchemaVariant) -> RustType
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RustType
impl RefUnwindSafe for RustType
impl Send for RustType
impl Sync for RustType
impl Unpin for RustType
impl UnwindSafe for RustType
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