pub struct PublishFunctionRequest {
pub if_match: String,
pub name: String,
}
Fields§
§if_match: String
The current version (ETag
value) of the function that you are publishing, which you can get using DescribeFunction
.
name: String
The name of the function that you are publishing.
Trait Implementations§
Source§impl Clone for PublishFunctionRequest
impl Clone for PublishFunctionRequest
Source§fn clone(&self) -> PublishFunctionRequest
fn clone(&self) -> PublishFunctionRequest
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 PublishFunctionRequest
impl Debug for PublishFunctionRequest
Source§impl Default for PublishFunctionRequest
impl Default for PublishFunctionRequest
Source§fn default() -> PublishFunctionRequest
fn default() -> PublishFunctionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for PublishFunctionRequest
impl PartialEq for PublishFunctionRequest
impl StructuralPartialEq for PublishFunctionRequest
Auto Trait Implementations§
impl Freeze for PublishFunctionRequest
impl RefUnwindSafe for PublishFunctionRequest
impl Send for PublishFunctionRequest
impl Sync for PublishFunctionRequest
impl Unpin for PublishFunctionRequest
impl UnwindSafe for PublishFunctionRequest
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