pub struct PostApisApiIdSchemasBody {
pub files: Vec<PostApisApiIdSchemasBodyFilesItem>,
pub post_apis_api_id_schemas_body_type: PostApisApiIdSchemasBodyType,
}
Fields§
§files: Vec<PostApisApiIdSchemasBodyFilesItem>
The list of files that are part of the schema.
post_apis_api_id_schemas_body_type: PostApisApiIdSchemasBodyType
The schema’s type.
Trait Implementations§
Source§impl Clone for PostApisApiIdSchemasBody
impl Clone for PostApisApiIdSchemasBody
Source§fn clone(&self) -> PostApisApiIdSchemasBody
fn clone(&self) -> PostApisApiIdSchemasBody
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 PostApisApiIdSchemasBody
impl Debug for PostApisApiIdSchemasBody
Source§impl<'de> Deserialize<'de> for PostApisApiIdSchemasBody
impl<'de> Deserialize<'de> for PostApisApiIdSchemasBody
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 PostApisApiIdSchemasBody
impl PartialEq for PostApisApiIdSchemasBody
Source§impl Serialize for PostApisApiIdSchemasBody
impl Serialize for PostApisApiIdSchemasBody
impl StructuralPartialEq for PostApisApiIdSchemasBody
Auto Trait Implementations§
impl Freeze for PostApisApiIdSchemasBody
impl RefUnwindSafe for PostApisApiIdSchemasBody
impl Send for PostApisApiIdSchemasBody
impl Sync for PostApisApiIdSchemasBody
impl Unpin for PostApisApiIdSchemasBody
impl UnwindSafe for PostApisApiIdSchemasBody
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