pub struct ProviderContextIdentity(/* private fields */);Trait Implementations§
Source§impl Clone for ProviderContextIdentity
impl Clone for ProviderContextIdentity
Source§fn clone(&self) -> ProviderContextIdentity
fn clone(&self) -> ProviderContextIdentity
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 moreimpl Copy for ProviderContextIdentity
Source§impl Debug for ProviderContextIdentity
impl Debug for ProviderContextIdentity
impl Eq for ProviderContextIdentity
Source§impl Hash for ProviderContextIdentity
impl Hash for ProviderContextIdentity
Source§impl PartialEq for ProviderContextIdentity
impl PartialEq for ProviderContextIdentity
impl StructuralPartialEq for ProviderContextIdentity
Auto Trait Implementations§
impl Freeze for ProviderContextIdentity
impl RefUnwindSafe for ProviderContextIdentity
impl Send for ProviderContextIdentity
impl Sync for ProviderContextIdentity
impl Unpin for ProviderContextIdentity
impl UnsafeUnpin for ProviderContextIdentity
impl UnwindSafe for ProviderContextIdentity
Blanket Implementations§
impl<T> BindingResource for T
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