pub struct InMemoryEntityRegistry { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for InMemoryEntityRegistry
impl Clone for InMemoryEntityRegistry
Source§fn clone(&self) -> InMemoryEntityRegistry
fn clone(&self) -> InMemoryEntityRegistry
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 moreSource§impl Debug for InMemoryEntityRegistry
impl Debug for InMemoryEntityRegistry
Source§impl Default for InMemoryEntityRegistry
impl Default for InMemoryEntityRegistry
Source§fn default() -> InMemoryEntityRegistry
fn default() -> InMemoryEntityRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InMemoryEntityRegistry
impl RefUnwindSafe for InMemoryEntityRegistry
impl Send for InMemoryEntityRegistry
impl Sync for InMemoryEntityRegistry
impl Unpin for InMemoryEntityRegistry
impl UnsafeUnpin for InMemoryEntityRegistry
impl UnwindSafe for InMemoryEntityRegistry
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