pub struct PutApisApiIdSchemasSchemaIdFilesFilePathBody {
pub content: String,
pub name: Option<String>,
pub root: Option<PutApisApiIdSchemasSchemaIdFilesFilePathBodyRoot>,
}
Fields§
§content: String
The schema file’s content.
name: Option<String>
The schema file’s name.
root: Option<PutApisApiIdSchemasSchemaIdFilesFilePathBodyRoot>
Information about the schema’s root file. This tag only applies to protobuf specifications.
Trait Implementations§
Source§impl Clone for PutApisApiIdSchemasSchemaIdFilesFilePathBody
impl Clone for PutApisApiIdSchemasSchemaIdFilesFilePathBody
Source§fn clone(&self) -> PutApisApiIdSchemasSchemaIdFilesFilePathBody
fn clone(&self) -> PutApisApiIdSchemasSchemaIdFilesFilePathBody
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<'de> Deserialize<'de> for PutApisApiIdSchemasSchemaIdFilesFilePathBody
impl<'de> Deserialize<'de> for PutApisApiIdSchemasSchemaIdFilesFilePathBody
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 PutApisApiIdSchemasSchemaIdFilesFilePathBody
impl PartialEq for PutApisApiIdSchemasSchemaIdFilesFilePathBody
Source§fn eq(&self, other: &PutApisApiIdSchemasSchemaIdFilesFilePathBody) -> bool
fn eq(&self, other: &PutApisApiIdSchemasSchemaIdFilesFilePathBody) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PutApisApiIdSchemasSchemaIdFilesFilePathBody
Auto Trait Implementations§
impl Freeze for PutApisApiIdSchemasSchemaIdFilesFilePathBody
impl RefUnwindSafe for PutApisApiIdSchemasSchemaIdFilesFilePathBody
impl Send for PutApisApiIdSchemasSchemaIdFilesFilePathBody
impl Sync for PutApisApiIdSchemasSchemaIdFilesFilePathBody
impl Unpin for PutApisApiIdSchemasSchemaIdFilesFilePathBody
impl UnwindSafe for PutApisApiIdSchemasSchemaIdFilesFilePathBody
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