Struct aws_sdk_cloudfront::output::CreateFunctionOutput
source · [−]#[non_exhaustive]pub struct CreateFunctionOutput { /* private fields */ }
Implementations
sourceimpl CreateFunctionOutput
impl CreateFunctionOutput
sourcepub fn function_summary(&self) -> Option<&FunctionSummary>
pub fn function_summary(&self) -> Option<&FunctionSummary>
Contains configuration information and metadata about a CloudFront function.
sourceimpl CreateFunctionOutput
impl CreateFunctionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFunctionOutput
.
Trait Implementations
sourceimpl Clone for CreateFunctionOutput
impl Clone for CreateFunctionOutput
sourcefn clone(&self) -> CreateFunctionOutput
fn clone(&self) -> CreateFunctionOutput
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 CreateFunctionOutput
impl Debug for CreateFunctionOutput
sourceimpl PartialEq<CreateFunctionOutput> for CreateFunctionOutput
impl PartialEq<CreateFunctionOutput> for CreateFunctionOutput
sourcefn eq(&self, other: &CreateFunctionOutput) -> bool
fn eq(&self, other: &CreateFunctionOutput) -> bool
impl StructuralPartialEq for CreateFunctionOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateFunctionOutput
impl Send for CreateFunctionOutput
impl Sync for CreateFunctionOutput
impl Unpin for CreateFunctionOutput
impl UnwindSafe for CreateFunctionOutput
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