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