pub struct LambdaLayer { /* private fields */ }
Implementations§
Source§impl LambdaLayer
impl LambdaLayer
pub fn trim_stage(self) -> Self
Trait Implementations§
Source§impl Clone for LambdaLayer
impl Clone for LambdaLayer
Source§fn clone(&self) -> LambdaLayer
fn clone(&self) -> LambdaLayer
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 Default for LambdaLayer
impl Default for LambdaLayer
Source§fn default() -> LambdaLayer
fn default() -> LambdaLayer
Returns the “default value” for a type. Read more
Source§impl<S> Layer<S> for LambdaLayer
impl<S> Layer<S> for LambdaLayer
impl Copy for LambdaLayer
Auto Trait Implementations§
impl Freeze for LambdaLayer
impl RefUnwindSafe for LambdaLayer
impl Send for LambdaLayer
impl Sync for LambdaLayer
impl Unpin for LambdaLayer
impl UnwindSafe for LambdaLayer
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