pub struct VariableNode { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for VariableNode
impl Clone for VariableNode
Source§fn clone(&self) -> VariableNode
fn clone(&self) -> VariableNode
Returns a copy 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 VariableNode
impl Debug for VariableNode
Source§impl WorldInfoNode for VariableNode
impl WorldInfoNode for VariableNode
Auto Trait Implementations§
impl Freeze for VariableNode
impl RefUnwindSafe for VariableNode
impl Send for VariableNode
impl Sync for VariableNode
impl Unpin for VariableNode
impl UnwindSafe for VariableNode
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