pub struct CreateFunctionResult {
pub e_tag: Option<String>,
pub function_summary: Option<FunctionSummary>,
pub location: Option<String>,
}
Fields§
§e_tag: Option<String>
The version identifier for the current version of the CloudFront function.
function_summary: Option<FunctionSummary>
Contains configuration information and metadata about a CloudFront function.
location: Option<String>
The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.
Trait Implementations§
Source§impl Clone for CreateFunctionResult
impl Clone for CreateFunctionResult
Source§fn clone(&self) -> CreateFunctionResult
fn clone(&self) -> CreateFunctionResult
Returns a duplicate 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 CreateFunctionResult
impl Debug for CreateFunctionResult
Source§impl Default for CreateFunctionResult
impl Default for CreateFunctionResult
Source§fn default() -> CreateFunctionResult
fn default() -> CreateFunctionResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateFunctionResult
impl PartialEq for CreateFunctionResult
impl StructuralPartialEq for CreateFunctionResult
Auto Trait Implementations§
impl Freeze for CreateFunctionResult
impl RefUnwindSafe for CreateFunctionResult
impl Send for CreateFunctionResult
impl Sync for CreateFunctionResult
impl Unpin for CreateFunctionResult
impl UnwindSafe for CreateFunctionResult
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