Skip to main content

Labeled

Trait Labeled 

Source
pub trait Labeled {
    const LABEL: &'static str;
}

Required Associated Constants§

Source

const LABEL: &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl Labeled for AbsoluteOperation

Source§

const LABEL: &'static str = "Absolute"

Source§

impl Labeled for AllEdges

Source§

const LABEL: &'static str = "AllEdges"

Source§

impl Labeled for AllNodes

Source§

const LABEL: &'static str = "AllNodes"

Source§

impl Labeled for AllOperation

Source§

const LABEL: &'static str = "All"

Source§

impl Labeled for AnyOperation

Source§

const LABEL: &'static str = "Any"

Source§

impl Labeled for AttributeOperation

Source§

const LABEL: &'static str = "Attribute"

Source§

impl Labeled for AttributesOperation

Source§

const LABEL: &'static str = "Attributes"

Source§

impl Labeled for BroadcastOperation

Source§

const LABEL: &'static str = "Broadcast"

Source§

impl Labeled for BucketErrorsOperation

Source§

const LABEL: &'static str = "BucketErrors"

Source§

impl Labeled for CeilOperation

Source§

const LABEL: &'static str = "Ceil"

Source§

impl Labeled for ChildIndexOperation

Source§

const LABEL: &'static str = "ChildIndex"

Source§

impl Labeled for CountOperation

Source§

const LABEL: &'static str = "Count"

Source§

impl Labeled for CubeRootOperation

Source§

const LABEL: &'static str = "CubeRoot"

Source§

impl Labeled for DiscardIndexOperation

Source§

const LABEL: &'static str = "DiscardIndex"

Source§

impl Labeled for DiscardValueOperation

Source§

const LABEL: &'static str = "DiscardValue"

Source§

impl Labeled for Drop

Source§

const LABEL: &'static str = "Drop"

Source§

impl Labeled for DropBucketErrors

Source§

const LABEL: &'static str = "DropBucketErrors"

Source§

impl Labeled for DropDuplicatesOperation

Source§

const LABEL: &'static str = "DropDuplicates"

Source§

impl Labeled for DropKeyErrors

Source§

const LABEL: &'static str = "DropKeyErrors"

Source§

impl Labeled for EdgesOperation

Source§

const LABEL: &'static str = "Edges"

Source§

impl Labeled for EndpointOperation

Source§

const LABEL: &'static str = "Endpoint"

Source§

impl Labeled for EnumerateOperation

Source§

const LABEL: &'static str = "Enumerate"

Source§

impl Labeled for ErrorKindNameOperation

Source§

const LABEL: &'static str = "ErrorKindName"

Source§

impl Labeled for ErrorKindOperation

Source§

const LABEL: &'static str = "ErrorKind"

Source§

impl Labeled for ErrorsOperation

Source§

const LABEL: &'static str = "Errors"

Source§

impl Labeled for ExponentialOperation

Source§

const LABEL: &'static str = "Exponential"

Source§

impl Labeled for FirstOperation

Source§

const LABEL: &'static str = "First"

Source§

impl Labeled for FloorOperation

Source§

const LABEL: &'static str = "Floor"

Source§

impl Labeled for HasAttributeOperation

Source§

const LABEL: &'static str = "HasAttribute"

Source§

impl Labeled for InGroupOperation

Source§

const LABEL: &'static str = "InGroup"

Source§

impl Labeled for IndexOperation

Source§

const LABEL: &'static str = "Index"

Source§

impl Labeled for IsBoolOperation

Source§

const LABEL: &'static str = "IsBool"

Source§

impl Labeled for IsDateTimeOperation

Source§

const LABEL: &'static str = "IsDateTime"

Source§

impl Labeled for IsDuplicatedOperation

Source§

const LABEL: &'static str = "IsDuplicated"

Source§

impl Labeled for IsDurationOperation

Source§

const LABEL: &'static str = "IsDuration"

Source§

impl Labeled for IsFloatOperation

Source§

const LABEL: &'static str = "IsFloat"

Source§

impl Labeled for IsIntOperation

Source§

const LABEL: &'static str = "IsInt"

Source§

impl Labeled for IsNullOperation

Source§

const LABEL: &'static str = "IsNull"

Source§

impl Labeled for IsStringOperation

Source§

const LABEL: &'static str = "IsString"

Source§

impl Labeled for KeyErrorsOperation

Source§

const LABEL: &'static str = "KeyErrors"

Source§

impl Labeled for KeysOperation

Source§

const LABEL: &'static str = "Keys"

Source§

impl Labeled for LastOperation

Source§

const LABEL: &'static str = "Last"

Source§

impl Labeled for LengthOperation

Source§

const LABEL: &'static str = "Length"

Source§

impl Labeled for LogarithmOperation

Source§

const LABEL: &'static str = "Logarithm"

Source§

impl Labeled for LowercaseOperation

Source§

const LABEL: &'static str = "Lowercase"

Source§

impl Labeled for MaximumOperation

Source§

const LABEL: &'static str = "Max"

Source§

impl Labeled for MeanOperation

Source§

const LABEL: &'static str = "Mean"

Source§

impl Labeled for MedianOperation

Source§

const LABEL: &'static str = "Median"

Source§

impl Labeled for MinimumOperation

Source§

const LABEL: &'static str = "Min"

Source§

impl Labeled for ModeOperation

Source§

const LABEL: &'static str = "Mode"

Source§

impl Labeled for NegateOperation

Source§

const LABEL: &'static str = "Negate"

Source§

impl Labeled for NeighborsOperation

Source§

const LABEL: &'static str = "Neighbors"

Source§

impl Labeled for NodesOperation

Source§

const LABEL: &'static str = "Nodes"

Source§

impl Labeled for NotOperation

Source§

const LABEL: &'static str = "Not"

Source§

impl Labeled for ParentIndexOperation

Source§

const LABEL: &'static str = "ParentIndex"

Source§

impl Labeled for ProductOperation

Source§

const LABEL: &'static str = "Product"

Source§

impl Labeled for Raise

Source§

const LABEL: &'static str = "Raise"

Source§

impl Labeled for RaiseBucketErrors

Source§

const LABEL: &'static str = "RaiseBucketErrors"

Source§

impl Labeled for RaiseKeyErrors

Source§

const LABEL: &'static str = "RaiseKeyErrors"

Source§

impl Labeled for RandomOperation

Source§

const LABEL: &'static str = "Random"

Source§

impl Labeled for ResolveOperation

Source§

const LABEL: &'static str = "Resolve"

Source§

impl Labeled for ReverseOperation

Source§

const LABEL: &'static str = "Reverse"

Source§

impl Labeled for ReverseOrderOperation

Source§

const LABEL: &'static str = "ReverseOrder"

Source§

impl Labeled for RoundOperation

Source§

const LABEL: &'static str = "Round"

Source§

impl Labeled for SelectOperation

Source§

const LABEL: &'static str = "Select"

Source§

impl Labeled for ShuffleOperation

Source§

const LABEL: &'static str = "Shuffle"

Source§

impl Labeled for SignOperation

Source§

const LABEL: &'static str = "Sign"

Source§

impl Labeled for SliceOperation

Source§

const LABEL: &'static str = "Slice"

Source§

impl Labeled for SortOperation

Source§

const LABEL: &'static str = "Sort"

Source§

impl Labeled for SquareRootOperation

Source§

const LABEL: &'static str = "SquareRoot"

Source§

impl Labeled for StandardDeviationOperation

Source§

const LABEL: &'static str = "Std"

Source§

impl Labeled for SumOperation

Source§

const LABEL: &'static str = "Sum"

Source§

impl Labeled for TakeOperation

Source§

const LABEL: &'static str = "Take"

Source§

impl Labeled for TrimEndOperation

Source§

const LABEL: &'static str = "TrimEnd"

Source§

impl Labeled for TrimOperation

Source§

const LABEL: &'static str = "Trim"

Source§

impl Labeled for TrimStartOperation

Source§

const LABEL: &'static str = "TrimStart"

Source§

impl Labeled for UngroupKeyedOperation

Source§

const LABEL: &'static str = "UngroupKeyed"

Source§

impl Labeled for UngroupOperation

Source§

const LABEL: &'static str = "Ungroup"

Source§

impl Labeled for UniqueCountOperation

Source§

const LABEL: &'static str = "NUnique"

Source§

impl Labeled for UniqueOperation

Source§

const LABEL: &'static str = "Unique"

Source§

impl Labeled for UnorderOperation

Source§

const LABEL: &'static str = "Unorder"

Source§

impl Labeled for UppercaseOperation

Source§

const LABEL: &'static str = "Uppercase"

Source§

impl Labeled for VarianceOperation

Source§

const LABEL: &'static str = "Var"

Source§

impl Labeled for ViaEdgesOperation

Source§

const LABEL: &'static str = "ViaEdges"

Source§

impl Labeled for ViaNeighborsOperation

Source§

const LABEL: &'static str = "ViaNeighbors"

Source§

impl Labeled for ViaNodesOperation

Source§

const LABEL: &'static str = "ViaNodes"

Source§

impl<A, B> Labeled for ReplaceAllOperation<A, B>
where A: Explain, B: Explain,

Source§

const LABEL: &'static str = "ReplaceAll"

Source§

impl<A, B> Labeled for ReplaceOperation<A, B>
where A: Explain, B: Explain,

Source§

const LABEL: &'static str = "Replace"

Source§

impl<A> Labeled for AddOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "Add"

Source§

impl<A> Labeled for BroadcastViaOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "BroadcastVia"

Source§

impl<A> Labeled for ContainsOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "Contains"

Source§

impl<A> Labeled for DivideOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "Divide"

Source§

impl<A> Labeled for EndsWithOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "EndsWith"

Source§

impl<A> Labeled for EqualToOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "EqualTo"

Source§

impl<A> Labeled for GreaterThanOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "GreaterThan"

Source§

impl<A> Labeled for GreaterThanOrEqualToOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "GreaterThanOrEqualTo"

Source§

impl<A> Labeled for IsInOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "IsIn"

Source§

impl<A> Labeled for LessThanOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "LessThan"

Source§

impl<A> Labeled for LessThanOrEqualToOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "LessThanOrEqualTo"

Source§

impl<A> Labeled for MatchesOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "Matches"

Source§

impl<A> Labeled for ModuloOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "Modulo"

Source§

impl<A> Labeled for MultiplyOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "Multiply"

Source§

impl<A> Labeled for NotEqualToOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "NotEqualTo"

Source§

impl<A> Labeled for PowerOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "Power"

Source§

impl<A> Labeled for Replace<A>

Source§

const LABEL: &'static str = "Replace"

Source§

impl<A> Labeled for SortByOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "SortBy"

Source§

impl<A> Labeled for SplitOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "Split"

Source§

impl<A> Labeled for StartsWithOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "StartsWith"

Source§

impl<A> Labeled for StripPrefixOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "StripPrefix"

Source§

impl<A> Labeled for StripSuffixOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "StripSuffix"

Source§

impl<A> Labeled for SubtractOperation<A>
where A: Explain,

Source§

const LABEL: &'static str = "Subtract"

Source§

impl<C: Error + 'static, R> Labeled for ReplaceErrorsWithCause<C, R>

Source§

const LABEL: &'static str = "ReplaceErrorsWithCause"

Source§

impl<C: Error + 'static> Labeled for DropErrorsWithCause<C>

Source§

const LABEL: &'static str = "DropErrorsWithCause"

Source§

impl<C> Labeled for RaiseWhen<C>

Source§

const LABEL: &'static str = "RaiseWhen"

Source§

impl<D: Diagnostic, C> Labeled for RaiseWhenErrorsOf<D, C>

Source§

const LABEL: &'static str = "RaiseWhenErrorsOf"

Source§

impl<D: Diagnostic, R> Labeled for ReplaceErrorsOf<D, R>

Source§

const LABEL: &'static str = "ReplaceErrorsOf"

Source§

impl<D: Diagnostic> Labeled for DropErrorsOf<D>

Source§

const LABEL: &'static str = "DropErrorsOf"

Source§

impl<D: Diagnostic> Labeled for RaiseErrorsOf<D>

Source§

const LABEL: &'static str = "RaiseErrorsOf"

Source§

impl<E: Error + 'static, C> Labeled for RaiseWhenErrorsWithCause<E, C>

Source§

const LABEL: &'static str = "RaiseWhenErrorsWithCause"

Source§

impl<E: Error + 'static> Labeled for RaiseErrorsWithCause<E>

Source§

const LABEL: &'static str = "RaiseErrorsWithCause"

Source§

impl<G: ErrorGroup, C> Labeled for RaiseWhenErrorsIn<G, C>

Source§

const LABEL: &'static str = "RaiseWhenErrorsIn"

Source§

impl<G: ErrorGroup, R> Labeled for ReplaceErrorsIn<G, R>

Source§

const LABEL: &'static str = "ReplaceErrorsIn"

Source§

impl<G: ErrorGroup> Labeled for DropErrorsIn<G>

Source§

const LABEL: &'static str = "DropErrorsIn"

Source§

impl<G: ErrorGroup> Labeled for RaiseErrorsIn<G>

Source§

const LABEL: &'static str = "RaiseErrorsIn"

Source§

impl<K> Labeled for GroupByOperation<K>
where K: Explain,

Source§

const LABEL: &'static str = "GroupBy"

Source§

impl<L, U> Labeled for ClipOperation<L, U>
where L: Explain, U: Explain,

Source§

const LABEL: &'static str = "Clip"

Source§

impl<M> Labeled for AndOperation<M>
where M: Explain,

Source§

const LABEL: &'static str = "And"

Source§

impl<M> Labeled for ExclusiveOrOperation<M>
where M: Explain,

Source§

const LABEL: &'static str = "Xor"

Source§

impl<M> Labeled for FilterOperation<M>
where M: Explain,

Source§

const LABEL: &'static str = "Filter"

Source§

impl<M> Labeled for OrOperation<M>
where M: Explain,

Source§

const LABEL: &'static str = "Or"

Source§

impl<O: CacheableOperand> Labeled for CacheContext<O>

Source§

const LABEL: &'static str = "Cache"

Source§

impl<P> Labeled for HavingOperation<P>
where P: Explain,

Source§

const LABEL: &'static str = "Having"

Source§

impl<S> Labeled for ExpandToOperation<S>
where S: Explain,

Source§

const LABEL: &'static str = "ExpandTo"

Source§

impl<T: CastTarget> Labeled for CastOperation<T>

Source§

const LABEL: &'static str = "Cast"

Source§

impl<T: ValueDomain> Labeled for TransitionOperation<T>

Source§

const LABEL: &'static str = "Transition"

Source§

impl<W, C> Labeled for PadEndOperation<W, C>
where W: Explain, C: Explain,

Source§

const LABEL: &'static str = "PadEnd"

Source§

impl<W, C> Labeled for PadStartOperation<W, C>
where W: Explain, C: Explain,

Source§

const LABEL: &'static str = "PadStart"