pub struct LambdaResourceDetector;
Expand description
Resource detector that collects resource information from AWS Lambda environment.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LambdaResourceDetector
impl RefUnwindSafe for LambdaResourceDetector
impl Send for LambdaResourceDetector
impl Sync for LambdaResourceDetector
impl Unpin for LambdaResourceDetector
impl UnwindSafe for LambdaResourceDetector
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