#[non_exhaustive]pub struct LambdaEndpointConfig { /* private fields */ }Expand description
The configuration for the Lambda endpoint type.
Implementations
sourceimpl LambdaEndpointConfig
impl LambdaEndpointConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LambdaEndpointConfig.
Trait Implementations
sourceimpl Clone for LambdaEndpointConfig
impl Clone for LambdaEndpointConfig
sourcefn clone(&self) -> LambdaEndpointConfig
fn clone(&self) -> LambdaEndpointConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LambdaEndpointConfig
impl Debug for LambdaEndpointConfig
sourceimpl PartialEq<LambdaEndpointConfig> for LambdaEndpointConfig
impl PartialEq<LambdaEndpointConfig> for LambdaEndpointConfig
sourcefn eq(&self, other: &LambdaEndpointConfig) -> bool
fn eq(&self, other: &LambdaEndpointConfig) -> bool
impl StructuralPartialEq for LambdaEndpointConfig
Auto Trait Implementations
impl RefUnwindSafe for LambdaEndpointConfig
impl Send for LambdaEndpointConfig
impl Sync for LambdaEndpointConfig
impl Unpin for LambdaEndpointConfig
impl UnwindSafe for LambdaEndpointConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more