Struct aws_sdk_lambda::operation::add_layer_version_permission::AddLayerVersionPermissionOutput   
source · #[non_exhaustive]pub struct AddLayerVersionPermissionOutput { /* private fields */ }Implementations§
source§impl AddLayerVersionPermissionOutput
 
impl AddLayerVersionPermissionOutput
sourcepub fn builder() -> AddLayerVersionPermissionOutputBuilder
 
pub fn builder() -> AddLayerVersionPermissionOutputBuilder
Creates a new builder-style object to manufacture AddLayerVersionPermissionOutput.
Trait Implementations§
source§impl Clone for AddLayerVersionPermissionOutput
 
impl Clone for AddLayerVersionPermissionOutput
source§fn clone(&self) -> AddLayerVersionPermissionOutput
 
fn clone(&self) -> AddLayerVersionPermissionOutput
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 PartialEq<AddLayerVersionPermissionOutput> for AddLayerVersionPermissionOutput
 
impl PartialEq<AddLayerVersionPermissionOutput> for AddLayerVersionPermissionOutput
source§fn eq(&self, other: &AddLayerVersionPermissionOutput) -> bool
 
fn eq(&self, other: &AddLayerVersionPermissionOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for AddLayerVersionPermissionOutput
 
impl RequestId for AddLayerVersionPermissionOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.impl StructuralPartialEq for AddLayerVersionPermissionOutput
Auto Trait Implementations§
impl RefUnwindSafe for AddLayerVersionPermissionOutput
impl Send for AddLayerVersionPermissionOutput
impl Sync for AddLayerVersionPermissionOutput
impl Unpin for AddLayerVersionPermissionOutput
impl UnwindSafe for AddLayerVersionPermissionOutput
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