pub struct WindowsRequestKey(/* private fields */);Expand description
Opaque request key used by newer CFAPI operation correlation.
Implementations§
Trait Implementations§
Source§impl Clone for WindowsRequestKey
impl Clone for WindowsRequestKey
Source§fn clone(&self) -> WindowsRequestKey
fn clone(&self) -> WindowsRequestKey
Returns a duplicate 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 moreSource§impl Debug for WindowsRequestKey
impl Debug for WindowsRequestKey
Source§impl Hash for WindowsRequestKey
impl Hash for WindowsRequestKey
Source§impl PartialEq for WindowsRequestKey
impl PartialEq for WindowsRequestKey
impl Copy for WindowsRequestKey
impl Eq for WindowsRequestKey
impl StructuralPartialEq for WindowsRequestKey
Auto Trait Implementations§
impl Freeze for WindowsRequestKey
impl RefUnwindSafe for WindowsRequestKey
impl Send for WindowsRequestKey
impl Sync for WindowsRequestKey
impl Unpin for WindowsRequestKey
impl UnwindSafe for WindowsRequestKey
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