pub struct Registry { /* private fields */ }Implementations§
Source§impl Registry
impl Registry
pub fn new_with_default_entries() -> Self
Trait Implementations§
Source§impl From<Registry> for RegistryWithSync
impl From<Registry> for RegistryWithSync
Source§impl Merge<Registry> for RegistryWithSync
impl Merge<Registry> for RegistryWithSync
Source§impl Merge<Registry> for RegistryKind
impl Merge<Registry> for RegistryKind
Source§impl Merge<RegistryKindOrEntry> for Registry
impl Merge<RegistryKindOrEntry> for Registry
type Output = RegistryWithSync
fn merge(self, registry_kind_or_entry: RegistryKindOrEntry) -> Self::Output
Auto Trait Implementations§
impl !RefUnwindSafe for Registry
impl !UnwindSafe for Registry
impl Freeze for Registry
impl Send for Registry
impl Sync for Registry
impl Unpin for Registry
impl UnsafeUnpin for Registry
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