Struct aws_sdk_appmesh::model::JsonFormatRef
source · #[non_exhaustive]pub struct JsonFormatRef { /* private fields */ }
Expand description
An object that represents the key value pairs for the JSON.
Implementations§
source§impl JsonFormatRef
impl JsonFormatRef
source§impl JsonFormatRef
impl JsonFormatRef
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JsonFormatRef
.
Trait Implementations§
source§impl Clone for JsonFormatRef
impl Clone for JsonFormatRef
source§fn clone(&self) -> JsonFormatRef
fn clone(&self) -> JsonFormatRef
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 JsonFormatRef
impl Debug for JsonFormatRef
source§impl PartialEq<JsonFormatRef> for JsonFormatRef
impl PartialEq<JsonFormatRef> for JsonFormatRef
source§fn eq(&self, other: &JsonFormatRef) -> bool
fn eq(&self, other: &JsonFormatRef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.