pub struct RegistryId { /* private fields */ }Expand description
Identifier of a particular type-registry.
Implementations§
Trait Implementations§
Source§impl Clone for RegistryId
impl Clone for RegistryId
Source§fn clone(&self) -> RegistryId
fn clone(&self) -> RegistryId
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 RegistryId
impl Debug for RegistryId
Source§impl Hash for RegistryId
impl Hash for RegistryId
Source§impl PartialEq for RegistryId
impl PartialEq for RegistryId
impl Copy for RegistryId
impl Eq for RegistryId
Auto Trait Implementations§
impl Freeze for RegistryId
impl RefUnwindSafe for RegistryId
impl Send for RegistryId
impl Sync for RegistryId
impl Unpin for RegistryId
impl UnwindSafe for RegistryId
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