Struct MakeRequestUuid
pub struct MakeRequestUuid;Expand description
A [MakeRequestId] that generates UUIDs.
Trait Implementations§
§impl Clone for MakeRequestUuid
impl Clone for MakeRequestUuid
§fn clone(&self) -> MakeRequestUuid
fn clone(&self) -> MakeRequestUuid
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Default for MakeRequestUuid
impl Default for MakeRequestUuid
§fn default() -> MakeRequestUuid
fn default() -> MakeRequestUuid
Returns the “default value” for a type. Read more
§impl MakeRequestId for MakeRequestUuid
impl MakeRequestId for MakeRequestUuid
§fn make_request_id<B>(&mut self, _request: &Request<B>) -> Option<RequestId>
fn make_request_id<B>(&mut self, _request: &Request<B>) -> Option<RequestId>
Try and produce a [
RequestId] from the request.impl Copy for MakeRequestUuid
Auto Trait Implementations§
impl Freeze for MakeRequestUuid
impl RefUnwindSafe for MakeRequestUuid
impl Send for MakeRequestUuid
impl Sync for MakeRequestUuid
impl Unpin for MakeRequestUuid
impl UnsafeUnpin for MakeRequestUuid
impl UnwindSafe for MakeRequestUuid
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