fn clone()

in lambda-http/src/strmap.rs [63:66]


    fn clone(&self) -> Self {
        // only clone the inner data
        StrMap(self.0.clone())
    }