#[non_exhaustive]pub struct GetBackendApiModelsOutput { /* private fields */ }
Implementations§
source§impl GetBackendApiModelsOutput
impl GetBackendApiModelsOutput
sourcepub fn model_introspection_schema(&self) -> Option<&str>
pub fn model_introspection_schema(&self) -> Option<&str>
Stringified JSON of the model introspection schema for an existing backend API resource.
source§impl GetBackendApiModelsOutput
impl GetBackendApiModelsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBackendApiModelsOutput
.
Trait Implementations§
source§impl Clone for GetBackendApiModelsOutput
impl Clone for GetBackendApiModelsOutput
source§fn clone(&self) -> GetBackendApiModelsOutput
fn clone(&self) -> GetBackendApiModelsOutput
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 GetBackendApiModelsOutput
impl Debug for GetBackendApiModelsOutput
source§impl PartialEq<GetBackendApiModelsOutput> for GetBackendApiModelsOutput
impl PartialEq<GetBackendApiModelsOutput> for GetBackendApiModelsOutput
source§fn eq(&self, other: &GetBackendApiModelsOutput) -> bool
fn eq(&self, other: &GetBackendApiModelsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.