pub struct WindowsProviderId(/* private fields */);Expand description
Stable provider telemetry identity shared by every version and sync root of one provider.
Implementations§
Trait Implementations§
Source§impl Clone for WindowsProviderId
impl Clone for WindowsProviderId
Source§fn clone(&self) -> WindowsProviderId
fn clone(&self) -> WindowsProviderId
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 WindowsProviderId
impl Debug for WindowsProviderId
Source§impl Hash for WindowsProviderId
impl Hash for WindowsProviderId
Source§impl PartialEq for WindowsProviderId
impl PartialEq for WindowsProviderId
impl Copy for WindowsProviderId
impl Eq for WindowsProviderId
impl StructuralPartialEq for WindowsProviderId
Auto Trait Implementations§
impl Freeze for WindowsProviderId
impl RefUnwindSafe for WindowsProviderId
impl Send for WindowsProviderId
impl Sync for WindowsProviderId
impl Unpin for WindowsProviderId
impl UnwindSafe for WindowsProviderId
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