pub enum RegistryEntry<'a> {
Found(CompiledAddr),
NotFound(&'a mut RegistryCell),
Rejected,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RegistryEntry<'a>
impl<'a> RefUnwindSafe for RegistryEntry<'a>
impl<'a> Send for RegistryEntry<'a>
impl<'a> Sync for RegistryEntry<'a>
impl<'a> Unpin for RegistryEntry<'a>
impl<'a> !UnwindSafe for RegistryEntry<'a>
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