Struct aws_sdk_appsync::model::CodeErrorLocation
source · #[non_exhaustive]pub struct CodeErrorLocation { /* private fields */ }
Expand description
Describes the location of the error in a code sample.
Implementations§
source§impl CodeErrorLocation
impl CodeErrorLocation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CodeErrorLocation
.
Trait Implementations§
source§impl Clone for CodeErrorLocation
impl Clone for CodeErrorLocation
source§fn clone(&self) -> CodeErrorLocation
fn clone(&self) -> CodeErrorLocation
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 CodeErrorLocation
impl Debug for CodeErrorLocation
source§impl PartialEq<CodeErrorLocation> for CodeErrorLocation
impl PartialEq<CodeErrorLocation> for CodeErrorLocation
source§fn eq(&self, other: &CodeErrorLocation) -> bool
fn eq(&self, other: &CodeErrorLocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.