pub struct NodeCell<Node>(/* private fields */)
where
Node: NodeBasicInterface;
Expand description
Node in RefCell in Rc.
Trait Implementations§
Source§impl<Node> Deref for NodeCell<Node>where
Node: NodeBasicInterface,
impl<Node> Deref for NodeCell<Node>where
Node: NodeBasicInterface,
Source§impl<Node> From<Node> for NodeCell<Node>where
Node: NodeBasicInterface,
impl<Node> From<Node> for NodeCell<Node>where
Node: NodeBasicInterface,
Source§impl<Node> HasId for NodeCell<Node>where
Node: NodeBasicInterface,
impl<Node> HasId for NodeCell<Node>where
Node: NodeBasicInterface,
Source§impl<Node> Make1<Node> for NodeCell<Node>where
Node: NodeBasicInterface,
impl<Node> Make1<Node> for NodeCell<Node>where
Node: NodeBasicInterface,
Source§impl<Node> PartialEq for NodeCell<Node>where
Node: NodeBasicInterface,
impl<Node> PartialEq for NodeCell<Node>where
Node: NodeBasicInterface,
impl<Node> NodeBasicInterface for NodeCell<Node>where
Node: NodeBasicInterface,
Auto Trait Implementations§
impl<Node> Freeze for NodeCell<Node>
impl<Node> !RefUnwindSafe for NodeCell<Node>
impl<Node> !Send for NodeCell<Node>
impl<Node> !Sync for NodeCell<Node>
impl<Node> Unpin for NodeCell<Node>
impl<Node> !UnwindSafe for NodeCell<Node>
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
Source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
type Err = Infallible
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>
Source§impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
Source§fn vectorized_into(self) -> Target
fn vectorized_into(self) -> Target
Performs the conversion.