pub struct RegistryCell(CompiledAddr);
Tuple Fields§
§0: CompiledAddr
Implementations§
Source§impl RegistryCell
impl RegistryCell
pub fn insert(&mut self, addr: CompiledAddr)
Trait Implementations§
Source§impl Clone for RegistryCell
impl Clone for RegistryCell
Source§fn clone(&self) -> RegistryCell
fn clone(&self) -> RegistryCell
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 RegistryCell
impl Debug for RegistryCell
impl Copy for RegistryCell
Auto Trait Implementations§
impl Freeze for RegistryCell
impl RefUnwindSafe for RegistryCell
impl Send for RegistryCell
impl Sync for RegistryCell
impl Unpin for RegistryCell
impl UnwindSafe for RegistryCell
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