pub struct CompiledEnumeratedSeries { /* private fields */ }
Implementations§
Source§impl CompiledEnumeratedSeries
impl CompiledEnumeratedSeries
Sourcepub fn new(node: EnumSeries, context: ComputeRepresentationContext) -> Self
pub fn new(node: EnumSeries, context: ComputeRepresentationContext) -> Self
Constructs a new instance of the type.
pub fn node(&self) -> &EnumSeries
pub fn context(&self) -> &ComputeRepresentationContext
Trait Implementations§
Source§impl Clone for CompiledEnumeratedSeries
impl Clone for CompiledEnumeratedSeries
Source§fn clone(&self) -> CompiledEnumeratedSeries
fn clone(&self) -> CompiledEnumeratedSeries
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 CompiledEnumeratedSeries
impl Debug for CompiledEnumeratedSeries
Source§impl<'de> Deserialize<'de> for CompiledEnumeratedSeries
impl<'de> Deserialize<'de> for CompiledEnumeratedSeries
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<CompiledEnumeratedSeries> for Builder<Complete>
impl From<CompiledEnumeratedSeries> for Builder<Complete>
Source§fn from(v: CompiledEnumeratedSeries) -> Self
fn from(v: CompiledEnumeratedSeries) -> Self
Converts to this type from the input type.
Source§impl Hash for CompiledEnumeratedSeries
impl Hash for CompiledEnumeratedSeries
Source§impl Ord for CompiledEnumeratedSeries
impl Ord for CompiledEnumeratedSeries
Source§impl PartialEq for CompiledEnumeratedSeries
impl PartialEq for CompiledEnumeratedSeries
Source§impl PartialOrd for CompiledEnumeratedSeries
impl PartialOrd for CompiledEnumeratedSeries
Source§impl Serialize for CompiledEnumeratedSeries
impl Serialize for CompiledEnumeratedSeries
impl Eq for CompiledEnumeratedSeries
Auto Trait Implementations§
impl Freeze for CompiledEnumeratedSeries
impl RefUnwindSafe for CompiledEnumeratedSeries
impl Send for CompiledEnumeratedSeries
impl Sync for CompiledEnumeratedSeries
impl Unpin for CompiledEnumeratedSeries
impl UnwindSafe for CompiledEnumeratedSeries
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.