MCPcopy Index your code
hub / github.com/aws/aws-lambda-rust-runtime / clone

Method clone

lambda-http/src/lib.rs:163–168  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

161 S: Clone,
162{
163 fn clone(&self) -> Self {
164 Self {
165 service: self.service.clone(),
166 _phantom_data: PhantomData,
167 }
168 }
169}
170
171impl<'a, R, S, E> From<S> for Adapter<'a, R, S>

Calls

no outgoing calls