pub struct RegistryCell {
addr: CompiledAddr,
node: BuilderNode,
}
Fields§
§addr: CompiledAddr
§node: BuilderNode
Implementations§
Source§impl RegistryCell
impl RegistryCell
fn none() -> RegistryCell
fn is_none(&self) -> bool
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 moreAuto 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