pub struct LambdaConfiguration { /* private fields */ }Trait Implementations§
Source§impl Debug for LambdaConfiguration
impl Debug for LambdaConfiguration
Auto Trait Implementations§
impl Freeze for LambdaConfiguration
impl RefUnwindSafe for LambdaConfiguration
impl Send for LambdaConfiguration
impl Sync for LambdaConfiguration
impl Unpin for LambdaConfiguration
impl UnwindSafe for LambdaConfiguration
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more