pub struct ComputeRepresentationContext { /* private fields */ }
Implementations§
Source§impl ComputeRepresentationContext
impl ComputeRepresentationContext
pub fn variables( &self, ) -> &BTreeMap<VariableName, ComputeRepresentationVariableValue>
pub fn function_variables( &self, ) -> &BTreeMap<FunctionReference, ComputeRepresentationContext>
Trait Implementations§
Source§impl Clone for ComputeRepresentationContext
impl Clone for ComputeRepresentationContext
Source§fn clone(&self) -> ComputeRepresentationContext
fn clone(&self) -> ComputeRepresentationContext
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 ComputeRepresentationContext
impl Debug for ComputeRepresentationContext
Source§impl<'de> Deserialize<'de> for ComputeRepresentationContext
impl<'de> Deserialize<'de> for ComputeRepresentationContext
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<ComputeRepresentationContext> for Builder<Complete>
impl From<ComputeRepresentationContext> for Builder<Complete>
Source§fn from(v: ComputeRepresentationContext) -> Self
fn from(v: ComputeRepresentationContext) -> Self
Converts to this type from the input type.
Source§impl Hash for ComputeRepresentationContext
impl Hash for ComputeRepresentationContext
Source§impl Ord for ComputeRepresentationContext
impl Ord for ComputeRepresentationContext
Source§impl PartialOrd for ComputeRepresentationContext
impl PartialOrd for ComputeRepresentationContext
impl Eq for ComputeRepresentationContext
Auto Trait Implementations§
impl Freeze for ComputeRepresentationContext
impl RefUnwindSafe for ComputeRepresentationContext
impl Send for ComputeRepresentationContext
impl Sync for ComputeRepresentationContext
impl Unpin for ComputeRepresentationContext
impl UnwindSafe for ComputeRepresentationContext
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.