pub struct RegistrationId<R: Registry + ?Sized> { /* private fields */ }Expand description
Identifies a registered type in a particular registry.
Implementations§
Trait Implementations§
impl<R: Registry + ?Sized> Copy for RegistrationId<R>
impl<R: Registry + ?Sized> Eq for RegistrationId<R>
Auto Trait Implementations§
impl<R> Freeze for RegistrationId<R>where
R: ?Sized,
impl<R> RefUnwindSafe for RegistrationId<R>where
R: ?Sized,
impl<R> Send for RegistrationId<R>where
R: ?Sized,
impl<R> Sync for RegistrationId<R>where
R: ?Sized,
impl<R> Unpin for RegistrationId<R>where
R: ?Sized,
impl<R> UnwindSafe for RegistrationId<R>where
R: ?Sized,
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