Struct aws_sdk_appsync::types::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() -> CodeErrorLocationBuilder
pub fn builder() -> CodeErrorLocationBuilder
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 ==
.impl StructuralPartialEq for CodeErrorLocation
Auto Trait Implementations§
impl RefUnwindSafe for CodeErrorLocation
impl Send for CodeErrorLocation
impl Sync for CodeErrorLocation
impl Unpin for CodeErrorLocation
impl UnwindSafe for CodeErrorLocation
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