pub struct CompiledNode { /* private fields */ }
Implementations§
Source§impl CompiledNode
impl CompiledNode
Sourcepub fn new(node: Node, context: ComputeRepresentationContext) -> Self
pub fn new(node: Node, context: ComputeRepresentationContext) -> Self
Constructs a new instance of the type.
pub fn node(&self) -> &Node
pub fn context(&self) -> &ComputeRepresentationContext
Trait Implementations§
Source§impl Clone for CompiledNode
impl Clone for CompiledNode
Source§fn clone(&self) -> CompiledNode
fn clone(&self) -> CompiledNode
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 CompiledNode
impl Debug for CompiledNode
Source§impl<'de> Deserialize<'de> for CompiledNode
impl<'de> Deserialize<'de> for CompiledNode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<CompiledNode> for Builder<Complete>
impl From<CompiledNode> for Builder<Complete>
Source§fn from(v: CompiledNode) -> Self
fn from(v: CompiledNode) -> Self
Converts to this type from the input type.
Source§impl Hash for CompiledNode
impl Hash for CompiledNode
Source§impl Ord for CompiledNode
impl Ord for CompiledNode
Source§impl PartialEq for CompiledNode
impl PartialEq for CompiledNode
Source§impl PartialOrd for CompiledNode
impl PartialOrd for CompiledNode
Source§impl Serialize for CompiledNode
impl Serialize for CompiledNode
impl Eq for CompiledNode
Auto Trait Implementations§
impl Freeze for CompiledNode
impl RefUnwindSafe for CompiledNode
impl Send for CompiledNode
impl Sync for CompiledNode
impl Unpin for CompiledNode
impl UnwindSafe for CompiledNode
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.