pub enum PostApisApiIdSchemasBodyType {
Asyncapi2,
Graphql,
Openapi1,
Openapi2,
Openapi3,
Openapi3_1,
Proto2,
Proto3,
Raml0_8,
Raml1,
Wsdl1,
Wsdl2,
}
Variants§
Trait Implementations§
Source§impl Clone for PostApisApiIdSchemasBodyType
impl Clone for PostApisApiIdSchemasBodyType
Source§fn clone(&self) -> PostApisApiIdSchemasBodyType
fn clone(&self) -> PostApisApiIdSchemasBodyType
Returns a duplicate 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 PostApisApiIdSchemasBodyType
impl Debug for PostApisApiIdSchemasBodyType
Source§impl<'de> Deserialize<'de> for PostApisApiIdSchemasBodyType
impl<'de> Deserialize<'de> for PostApisApiIdSchemasBodyType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PostApisApiIdSchemasBodyType
impl PartialEq for PostApisApiIdSchemasBodyType
Source§fn eq(&self, other: &PostApisApiIdSchemasBodyType) -> bool
fn eq(&self, other: &PostApisApiIdSchemasBodyType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PostApisApiIdSchemasBodyType
Auto Trait Implementations§
impl Freeze for PostApisApiIdSchemasBodyType
impl RefUnwindSafe for PostApisApiIdSchemasBodyType
impl Send for PostApisApiIdSchemasBodyType
impl Sync for PostApisApiIdSchemasBodyType
impl Unpin for PostApisApiIdSchemasBodyType
impl UnwindSafe for PostApisApiIdSchemasBodyType
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