Struct tower_http::request_id::MakeRequestUuid
source · pub struct MakeRequestUuid;Available on crate feature
request-id only.Expand description
A MakeRequestId that generates UUIDs.
Trait Implementations§
source§impl Clone for MakeRequestUuid
impl Clone for MakeRequestUuid
source§fn clone(&self) -> MakeRequestUuid
fn clone(&self) -> MakeRequestUuid
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 more