Skip to main content

IndexValue

Struct IndexValue 

Source
pub struct IndexValue<I: IndexDomain>(/* private fields */);

Trait Implementations§

Source§

impl<I: IndexDomain> BareValueDomain for IndexValue<I>

Source§

impl<I: GroupKey> GroupingValue for IndexValue<I>

Source§

type Key = I

Source§

fn to_group_key(value: &Self::Value<'_>) -> <Self::Key as IndexDomain>::Owned

Source§

impl IntValue for IndexValue<GraphRecordValue>

Source§

fn into_int(label: &'static str, value: Self::Value<'_>) -> QueryResult<i64>

Source§

impl IntValue for IndexValue<NodeIndex>

Source§

fn into_int(label: &'static str, value: Self::Value<'_>) -> QueryResult<i64>

Source§

impl IntValue for IndexValue<AttributeName>

Source§

fn into_int(label: &'static str, value: Self::Value<'_>) -> QueryResult<i64>

Source§

impl IntValue for IndexValue<EdgeIndex>

Source§

fn into_int(_label: &'static str, value: Self::Value<'_>) -> QueryResult<i64>

Source§

impl IntValue for IndexValue<Positional>

Source§

fn into_int(label: &'static str, value: Self::Value<'_>) -> QueryResult<i64>

Source§

impl<I: IndexDomain> ReturnValueDomain for IndexValue<I>

Source§

impl StringValue for IndexValue<GraphRecordValue>

Source§

fn into_string( label: &'static str, value: Self::Value<'_>, ) -> QueryResult<String>

Source§

fn from_string<'a>(_role: &Self::Value<'_>, value: String) -> Self::Value<'a>

Source§

impl StringValue for IndexValue<NodeIndex>

Source§

fn into_string( label: &'static str, value: Self::Value<'_>, ) -> QueryResult<String>

Source§

fn from_string<'a>(_role: &Self::Value<'_>, value: String) -> Self::Value<'a>

Source§

impl StringValue for IndexValue<AttributeName>

Source§

fn into_string( label: &'static str, value: Self::Value<'_>, ) -> QueryResult<String>

Source§

fn from_string<'a>(_role: &Self::Value<'_>, value: String) -> Self::Value<'a>

Source§

impl ValueAbsolute for IndexValue<NodeIndex>

Source§

fn absolute<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueAbsolute for IndexValue<AttributeName>

Source§

fn absolute<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueAbsolute for IndexValue<GraphRecordValue>

Source§

fn absolute<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueAdd for IndexValue<Positional>

Source§

fn add<'a>( _label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueAdd for IndexValue<NodeIndex>

Source§

fn add<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueAdd for IndexValue<AttributeName>

Source§

fn add<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueAdd for IndexValue<EdgeIndex>

Source§

fn add<'a>( _label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueAdd for IndexValue<GraphRecordValue>

Source§

fn add<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCast<Bool> for IndexValue<GraphRecordValue>

Source§

fn cast<'a>( label: &'static str, value: Self::Value<'a>, _target: &BoolTarget, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCast<DateTime> for IndexValue<GraphRecordValue>

Source§

fn cast<'a>( label: &'static str, value: Self::Value<'a>, _target: &DateTimeTarget, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCast<Duration> for IndexValue<GraphRecordValue>

Source§

fn cast<'a>( label: &'static str, value: Self::Value<'a>, _target: &DurationTarget, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCast<Float> for IndexValue<GraphRecordValue>

Source§

fn cast<'a>( label: &'static str, value: Self::Value<'a>, _target: &FloatTarget, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCast<Int> for IndexValue<GraphRecordValue>

Source§

fn cast<'a>( label: &'static str, value: Self::Value<'a>, _target: &IntTarget, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCast<Int> for IndexValue<NodeIndex>

Source§

fn cast<'a>( label: &'static str, value: Self::Value<'a>, _target: &IntTarget, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCast<Int> for IndexValue<AttributeName>

Source§

fn cast<'a>( label: &'static str, value: Self::Value<'a>, _target: &IntTarget, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCast<String> for IndexValue<GraphRecordValue>

Source§

fn cast<'a>( _label: &'static str, value: Self::Value<'a>, _target: &StringTarget, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCast<String> for IndexValue<NodeIndex>

Source§

fn cast<'a>( _label: &'static str, value: Self::Value<'a>, _target: &StringTarget, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCast<String> for IndexValue<AttributeName>

Source§

fn cast<'a>( _label: &'static str, value: Self::Value<'a>, _target: &StringTarget, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCeil for IndexValue<GraphRecordValue>

Source§

fn ceil<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueClip for IndexValue<Positional>

Source§

fn clip<'a>( label: &'static str, value: Self::Value<'a>, lower: Self::Value<'a>, upper: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueClip for IndexValue<NodeIndex>

Source§

fn clip<'a>( label: &'static str, value: Self::Value<'a>, lower: Self::Value<'a>, upper: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueClip for IndexValue<AttributeName>

Source§

fn clip<'a>( label: &'static str, value: Self::Value<'a>, lower: Self::Value<'a>, upper: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueClip for IndexValue<EdgeIndex>

Source§

fn clip<'a>( label: &'static str, value: Self::Value<'a>, lower: Self::Value<'a>, upper: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueClip for IndexValue<GraphRecordValue>

Source§

fn clip<'a>( label: &'static str, value: Self::Value<'a>, lower: Self::Value<'a>, upper: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueCubeRoot for IndexValue<GraphRecordValue>

Source§

fn cube_root<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueDivide for IndexValue<GraphRecordValue>

Source§

fn divide<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl<I: IndexDomain> ValueDomain for IndexValue<I>

Source§

type Owned = <I as IndexDomain>::Owned

Source§

type Value<'a> = <I as IndexDomain>::Owned

Source§

fn into_owned(value: Self::Value<'_>) -> Self::Owned

Source§

fn from_owned(owned: &Self::Owned) -> Self::Value<'_>

Source§

impl<I: IndexDomain> ValueEquality for IndexValue<I>

Source§

fn equal<'a>(value: &Self::Value<'a>, argument: &Self::Value<'a>) -> bool

Source§

impl<I: IndexDomain> ValueEquivalence for IndexValue<I>

Source§

type Key = <I as IndexDomain>::Owned

Source§

fn equivalence_key(value: &Self::Value<'_>) -> Self::Key

Source§

impl ValueExponential for IndexValue<GraphRecordValue>

Source§

fn exponential<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueFloor for IndexValue<GraphRecordValue>

Source§

fn floor<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueKindTest for IndexValue<GraphRecordValue>

Source§

fn kind(value: &Self::Value<'_>) -> PayloadKind

Source§

impl ValueKindTest for IndexValue<NodeIndex>

Source§

fn kind(value: &Self::Value<'_>) -> PayloadKind

Source§

impl ValueKindTest for IndexValue<AttributeName>

Source§

fn kind(value: &Self::Value<'_>) -> PayloadKind

Source§

impl ValueLogarithm for IndexValue<GraphRecordValue>

Source§

fn logarithm<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueMedian for IndexValue<GraphRecordValue>

Source§

fn validate_median( label: &'static str, value: &Self::Value<'_>, ) -> QueryResult<()>

Source§

fn find_incomparable_median_values<'a, 'b>( values: impl Iterator<Item = &'a Self::Value<'b>>, ) -> Option<(usize, usize)>
where Self::Value<'b>: 'a,

Source§

fn median<'a>( _label: &'static str, lower: Self::Value<'a>, upper: Option<Self::Value<'a>>, ) -> QueryResult<Self::Value<'a>>

Source§

impl<I: IndexDomain> ValueMode for IndexValue<I>

Source§

impl ValueModulo for IndexValue<Positional>

Source§

fn modulo<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueModulo for IndexValue<NodeIndex>

Source§

fn modulo<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueModulo for IndexValue<AttributeName>

Source§

fn modulo<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueModulo for IndexValue<EdgeIndex>

Source§

fn modulo<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueModulo for IndexValue<GraphRecordValue>

Source§

fn modulo<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueMultiply for IndexValue<Positional>

Source§

fn multiply<'a>( _label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueMultiply for IndexValue<NodeIndex>

Source§

fn multiply<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueMultiply for IndexValue<AttributeName>

Source§

fn multiply<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueMultiply for IndexValue<EdgeIndex>

Source§

fn multiply<'a>( _label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueMultiply for IndexValue<GraphRecordValue>

Source§

fn multiply<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueNegate for IndexValue<NodeIndex>

Source§

fn negate<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueNegate for IndexValue<AttributeName>

Source§

fn negate<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueNegate for IndexValue<GraphRecordValue>

Source§

fn negate<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl<I> ValueOrdering for IndexValue<I>

Source§

fn ordering<'a>( value: &Self::Value<'a>, argument: &Self::Value<'a>, ) -> Option<Ordering>

Source§

impl ValuePower for IndexValue<Positional>

Source§

fn power<'a>( _label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValuePower for IndexValue<NodeIndex>

Source§

fn power<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValuePower for IndexValue<AttributeName>

Source§

fn power<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValuePower for IndexValue<EdgeIndex>

Source§

fn power<'a>( _label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValuePower for IndexValue<GraphRecordValue>

Source§

fn power<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueRound for IndexValue<GraphRecordValue>

Source§

fn round<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueScalar for IndexValue<GraphRecordValue>

Source§

fn into_scalar( _label: &'static str, value: Self::Value<'_>, ) -> QueryResult<GraphRecordValue>

Source§

fn from_scalar<'a>( _role: &Self::Value<'_>, value: GraphRecordValue, ) -> Self::Value<'a>

Source§

impl ValueScalarKindTest for IndexValue<GraphRecordValue>

Source§

impl ValueSign for IndexValue<NodeIndex>

Source§

fn sign<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueSign for IndexValue<AttributeName>

Source§

fn sign<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueSign for IndexValue<GraphRecordValue>

Source§

fn sign<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueSquareRoot for IndexValue<GraphRecordValue>

Source§

fn square_root<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueSubtract for IndexValue<Positional>

Source§

fn subtract<'a>( _label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueSubtract for IndexValue<NodeIndex>

Source§

fn subtract<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueSubtract for IndexValue<AttributeName>

Source§

fn subtract<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueSubtract for IndexValue<EdgeIndex>

Source§

fn subtract<'a>( _label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueSubtract for IndexValue<GraphRecordValue>

Source§

fn subtract<'a>( label: &'static str, value: Self::Value<'a>, argument: Self::Value<'a>, ) -> QueryResult<Self::Value<'a>>

Source§

impl ValueTransition<AttributeName> for IndexValue<GraphRecordValue>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<AttributeName as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<AttributeName> for IndexValue<NodeIndex>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<AttributeName as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<AttributeName> for IndexValue<AttributeName>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<AttributeName as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<AttributeName> for IndexValue<EdgeIndex>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<AttributeName as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<AttributeName> for IndexValue<Positional>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<AttributeName as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<FailureKindValue> for IndexValue<FailureKind>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<FailureKindValue as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<AttributeName>> for Scalar

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<AttributeName> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<AttributeName>> for IndexValue<GraphRecordValue>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<AttributeName> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<AttributeName>> for AttributeName

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<Self> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<AttributeName>> for IndexValue<NodeIndex>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<AttributeName> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<AttributeName>> for IndexValue<EdgeIndex>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<AttributeName> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<AttributeName>> for IndexValue<Positional>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<AttributeName> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<FailureKind>> for FailureKindValue

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<FailureKind> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordAttribute>> for Scalar

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<NodeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordAttribute>> for IndexValue<GraphRecordValue>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<NodeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordAttribute>> for AttributeName

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<NodeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordAttribute>> for IndexValue<AttributeName>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<NodeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordAttribute>> for IndexValue<EdgeIndex>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<NodeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordAttribute>> for IndexValue<Positional>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<NodeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordValue>> for Scalar

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<GraphRecordValue> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordValue>> for AttributeName

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<GraphRecordValue> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordValue>> for IndexValue<NodeIndex>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<GraphRecordValue> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordValue>> for IndexValue<AttributeName>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<GraphRecordValue> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordValue>> for Mask

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<GraphRecordValue> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordValue>> for IndexValue<bool>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<GraphRecordValue> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordValue>> for IndexValue<EdgeIndex>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<GraphRecordValue> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<GraphRecordValue>> for IndexValue<Positional>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<GraphRecordValue> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<Positional>> for Scalar

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<Positional> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<Positional>> for IndexValue<GraphRecordValue>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<Positional> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<Positional>> for AttributeName

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<Positional> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<Positional>> for IndexValue<NodeIndex>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<Positional> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<Positional>> for IndexValue<AttributeName>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<Positional> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<Positional>> for IndexValue<EdgeIndex>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<Positional> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<bool>> for Scalar

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<bool> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<bool>> for IndexValue<GraphRecordValue>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<bool> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<bool>> for Mask

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<bool> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<u32>> for Scalar

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<EdgeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<u32>> for IndexValue<GraphRecordValue>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<EdgeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<u32>> for AttributeName

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<EdgeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<u32>> for IndexValue<NodeIndex>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<EdgeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<u32>> for IndexValue<AttributeName>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<EdgeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<IndexValue<u32>> for IndexValue<Positional>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<IndexValue<EdgeIndex> as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<Mask> for IndexValue<GraphRecordValue>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<Mask as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<Mask> for IndexValue<bool>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<Mask as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<Scalar> for IndexValue<GraphRecordValue>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<Scalar as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<Scalar> for IndexValue<NodeIndex>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<Scalar as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<Scalar> for IndexValue<AttributeName>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<Scalar as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<Scalar> for IndexValue<bool>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<Scalar as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<Scalar> for IndexValue<EdgeIndex>

Source§

fn transition<'a>( _label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<Scalar as ValueDomain>::Value<'a>>

Source§

impl ValueTransition<Scalar> for IndexValue<Positional>

Source§

fn transition<'a>( label: &'static str, value: Self::Value<'a>, ) -> QueryResult<<Scalar as ValueDomain>::Value<'a>>

Auto Trait Implementations§

§

impl<I> Freeze for IndexValue<I>

§

impl<I> RefUnwindSafe for IndexValue<I>
where I: RefUnwindSafe,

§

impl<I> Send for IndexValue<I>
where I: Send,

§

impl<I> Sync for IndexValue<I>
where I: Sync,

§

impl<I> Unpin for IndexValue<I>
where I: Unpin,

§

impl<I> UnsafeUnpin for IndexValue<I>

§

impl<I> UnwindSafe for IndexValue<I>
where I: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V