Struct aws_sdk_appsync::types::PipelineConfig
source · #[non_exhaustive]pub struct PipelineConfig { /* private fields */ }
Expand description
The pipeline configuration for a resolver of kind PIPELINE
.
Implementations§
source§impl PipelineConfig
impl PipelineConfig
sourcepub fn builder() -> PipelineConfigBuilder
pub fn builder() -> PipelineConfigBuilder
Creates a new builder-style object to manufacture PipelineConfig
.
Trait Implementations§
source§impl Clone for PipelineConfig
impl Clone for PipelineConfig
source§fn clone(&self) -> PipelineConfig
fn clone(&self) -> PipelineConfig
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 PipelineConfig
impl Debug for PipelineConfig
source§impl PartialEq<PipelineConfig> for PipelineConfig
impl PartialEq<PipelineConfig> for PipelineConfig
source§fn eq(&self, other: &PipelineConfig) -> bool
fn eq(&self, other: &PipelineConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PipelineConfig
Auto Trait Implementations§
impl RefUnwindSafe for PipelineConfig
impl Send for PipelineConfig
impl Sync for PipelineConfig
impl Unpin for PipelineConfig
impl UnwindSafe for PipelineConfig
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