pub enum BinaryFunc {
Show 195 variants
AddInt16(AddInt16),
AddInt32(AddInt32),
AddInt64(AddInt64),
AddUint16(AddUint16),
AddUint32(AddUint32),
AddUint64(AddUint64),
AddFloat32(AddFloat32),
AddFloat64(AddFloat64),
AddInterval(AddInterval),
AddTimestampInterval(AddTimestampInterval),
AddTimestampTzInterval(AddTimestampTzInterval),
AddDateInterval(AddDateInterval),
AddDateTime(AddDateTime),
AddTimeInterval(AddTimeInterval),
AddNumeric(AddNumeric),
AgeTimestamp(AgeTimestamp),
AgeTimestampTz(AgeTimestampTz),
BitAndInt16(BitAndInt16),
BitAndInt32(BitAndInt32),
BitAndInt64(BitAndInt64),
BitAndUint16(BitAndUint16),
BitAndUint32(BitAndUint32),
BitAndUint64(BitAndUint64),
BitOrInt16(BitOrInt16),
BitOrInt32(BitOrInt32),
BitOrInt64(BitOrInt64),
BitOrUint16(BitOrUint16),
BitOrUint32(BitOrUint32),
BitOrUint64(BitOrUint64),
BitXorInt16(BitXorInt16),
BitXorInt32(BitXorInt32),
BitXorInt64(BitXorInt64),
BitXorUint16(BitXorUint16),
BitXorUint32(BitXorUint32),
BitXorUint64(BitXorUint64),
BitShiftLeftInt16(BitShiftLeftInt16),
BitShiftLeftInt32(BitShiftLeftInt32),
BitShiftLeftInt64(BitShiftLeftInt64),
BitShiftLeftUint16(BitShiftLeftUint16),
BitShiftLeftUint32(BitShiftLeftUint32),
BitShiftLeftUint64(BitShiftLeftUint64),
BitShiftRightInt16(BitShiftRightInt16),
BitShiftRightInt32(BitShiftRightInt32),
BitShiftRightInt64(BitShiftRightInt64),
BitShiftRightUint16(BitShiftRightUint16),
BitShiftRightUint32(BitShiftRightUint32),
BitShiftRightUint64(BitShiftRightUint64),
SubInt16(SubInt16),
SubInt32(SubInt32),
SubInt64(SubInt64),
SubUint16(SubUint16),
SubUint32(SubUint32),
SubUint64(SubUint64),
SubFloat32(SubFloat32),
SubFloat64(SubFloat64),
SubInterval(SubInterval),
SubTimestamp(SubTimestamp),
SubTimestampTz(SubTimestampTz),
SubTimestampInterval(SubTimestampInterval),
SubTimestampTzInterval(SubTimestampTzInterval),
SubDate(SubDate),
SubDateInterval(SubDateInterval),
SubTime(SubTime),
SubTimeInterval(SubTimeInterval),
SubNumeric(SubNumeric),
MulInt16(MulInt16),
MulInt32(MulInt32),
MulInt64(MulInt64),
MulUint16(MulUint16),
MulUint32(MulUint32),
MulUint64(MulUint64),
MulFloat32(MulFloat32),
MulFloat64(MulFloat64),
MulNumeric(MulNumeric),
MulInterval(MulInterval),
DivInt16(DivInt16),
DivInt32(DivInt32),
DivInt64(DivInt64),
DivUint16(DivUint16),
DivUint32(DivUint32),
DivUint64(DivUint64),
DivFloat32(DivFloat32),
DivFloat64(DivFloat64),
DivNumeric(DivNumeric),
DivInterval(DivInterval),
ModInt16(ModInt16),
ModInt32(ModInt32),
ModInt64(ModInt64),
ModUint16(ModUint16),
ModUint32(ModUint32),
ModUint64(ModUint64),
ModFloat32(ModFloat32),
ModFloat64(ModFloat64),
ModNumeric(ModNumeric),
RoundNumeric(RoundNumericBinary),
Eq(Eq),
NotEq(NotEq),
Lt(Lt),
Lte(Lte),
Gt(Gt),
Gte(Gte),
LikeEscape(LikeEscape),
IsLikeMatch {
case_insensitive: bool,
},
IsRegexpMatch {
case_insensitive: bool,
},
ToCharTimestamp(ToCharTimestampFormat),
ToCharTimestampTz(ToCharTimestampTzFormat),
DateBinTimestamp(DateBinTimestamp),
DateBinTimestampTz(DateBinTimestampTz),
ExtractInterval(DatePartIntervalNumeric),
ExtractTime(DatePartTimeNumeric),
ExtractTimestamp(DatePartTimestampTimestampNumeric),
ExtractTimestampTz(DatePartTimestampTimestampTzNumeric),
ExtractDate(ExtractDateUnits),
DatePartInterval(DatePartIntervalF64),
DatePartTime(DatePartTimeF64),
DatePartTimestamp(DatePartTimestampTimestampF64),
DatePartTimestampTz(DatePartTimestampTimestampTzF64),
DateTruncTimestamp(DateTruncUnitsTimestamp),
DateTruncTimestampTz(DateTruncUnitsTimestampTz),
DateTruncInterval(DateTruncInterval),
TimezoneTimestamp,
TimezoneTimestampTz,
TimezoneIntervalTimestamp,
TimezoneIntervalTimestampTz,
TimezoneIntervalTime,
TimezoneOffset(TimezoneOffset),
TextConcat(TextConcatBinary),
JsonbGetInt64,
JsonbGetInt64Stringify,
JsonbGetString,
JsonbGetStringStringify,
JsonbGetPath,
JsonbGetPathStringify,
JsonbContainsString(JsonbContainsString),
JsonbConcat(JsonbConcat),
JsonbContainsJsonb(JsonbContainsJsonb),
JsonbDeleteInt64(JsonbDeleteInt64),
JsonbDeleteString(JsonbDeleteString),
MapContainsKey(MapContainsKey),
MapGetValue(MapGetValue),
MapContainsAllKeys(MapContainsAllKeys),
MapContainsAnyKeys(MapContainsAnyKeys),
MapContainsMap(MapContainsMap),
ConvertFrom(ConvertFrom),
Left(Left),
Position(Position),
Right(Right),
RepeatString,
Normalize,
Trim(Trim),
TrimLeading(TrimLeading),
TrimTrailing(TrimTrailing),
EncodedBytesCharLength(EncodedBytesCharLength),
ListLengthMax {
max_layer: usize,
},
ArrayContains(ArrayContains),
ArrayContainsArray {
rev: bool,
},
ArrayLength(ArrayLength),
ArrayLower(ArrayLower),
ArrayRemove(ArrayRemove),
ArrayUpper(ArrayUpper),
ArrayArrayConcat(ArrayArrayConcat),
ListListConcat(ListListConcat),
ListElementConcat(ListElementConcat),
ElementListConcat(ElementListConcat),
ListRemove(ListRemove),
ListContainsList {
rev: bool,
},
DigestString(DigestString),
DigestBytes(DigestBytes),
MzRenderTypmod(MzRenderTypmod),
Encode(Encode),
Decode(Decode),
LogNumeric(LogBaseNumeric),
Power(Power),
PowerNumeric(PowerNumeric),
GetBit(GetBit),
GetByte(GetByte),
ConstantTimeEqBytes(ConstantTimeEqBytes),
ConstantTimeEqString(ConstantTimeEqString),
RangeContainsElem {
elem_type: SqlScalarType,
rev: bool,
},
RangeContainsRange {
rev: bool,
},
RangeOverlaps(RangeOverlaps),
RangeAfter(RangeAfter),
RangeBefore(RangeBefore),
RangeOverleft(RangeOverleft),
RangeOverright(RangeOverright),
RangeAdjacent(RangeAdjacent),
RangeUnion(RangeUnion),
RangeIntersection(RangeIntersection),
RangeDifference(RangeDifference),
UuidGenerateV5(UuidGenerateV5),
MzAclItemContainsPrivilege(MzAclItemContainsPrivilege),
ParseIdent(ParseIdent),
PrettySql(PrettySql),
RegexpReplace {
regex: Regex,
limit: usize,
},
StartsWith(StartsWith),
}
Variants§
AddInt16(AddInt16)
AddInt32(AddInt32)
AddInt64(AddInt64)
AddUint16(AddUint16)
AddUint32(AddUint32)
AddUint64(AddUint64)
AddFloat32(AddFloat32)
AddFloat64(AddFloat64)
AddInterval(AddInterval)
AddTimestampInterval(AddTimestampInterval)
AddTimestampTzInterval(AddTimestampTzInterval)
AddDateInterval(AddDateInterval)
AddDateTime(AddDateTime)
AddTimeInterval(AddTimeInterval)
AddNumeric(AddNumeric)
AgeTimestamp(AgeTimestamp)
AgeTimestampTz(AgeTimestampTz)
BitAndInt16(BitAndInt16)
BitAndInt32(BitAndInt32)
BitAndInt64(BitAndInt64)
BitAndUint16(BitAndUint16)
BitAndUint32(BitAndUint32)
BitAndUint64(BitAndUint64)
BitOrInt16(BitOrInt16)
BitOrInt32(BitOrInt32)
BitOrInt64(BitOrInt64)
BitOrUint16(BitOrUint16)
BitOrUint32(BitOrUint32)
BitOrUint64(BitOrUint64)
BitXorInt16(BitXorInt16)
BitXorInt32(BitXorInt32)
BitXorInt64(BitXorInt64)
BitXorUint16(BitXorUint16)
BitXorUint32(BitXorUint32)
BitXorUint64(BitXorUint64)
BitShiftLeftInt16(BitShiftLeftInt16)
BitShiftLeftInt32(BitShiftLeftInt32)
BitShiftLeftInt64(BitShiftLeftInt64)
BitShiftLeftUint16(BitShiftLeftUint16)
BitShiftLeftUint32(BitShiftLeftUint32)
BitShiftLeftUint64(BitShiftLeftUint64)
BitShiftRightInt16(BitShiftRightInt16)
BitShiftRightInt32(BitShiftRightInt32)
BitShiftRightInt64(BitShiftRightInt64)
BitShiftRightUint16(BitShiftRightUint16)
BitShiftRightUint32(BitShiftRightUint32)
BitShiftRightUint64(BitShiftRightUint64)
SubInt16(SubInt16)
SubInt32(SubInt32)
SubInt64(SubInt64)
SubUint16(SubUint16)
SubUint32(SubUint32)
SubUint64(SubUint64)
SubFloat32(SubFloat32)
SubFloat64(SubFloat64)
SubInterval(SubInterval)
SubTimestamp(SubTimestamp)
SubTimestampTz(SubTimestampTz)
SubTimestampInterval(SubTimestampInterval)
SubTimestampTzInterval(SubTimestampTzInterval)
SubDate(SubDate)
SubDateInterval(SubDateInterval)
SubTime(SubTime)
SubTimeInterval(SubTimeInterval)
SubNumeric(SubNumeric)
MulInt16(MulInt16)
MulInt32(MulInt32)
MulInt64(MulInt64)
MulUint16(MulUint16)
MulUint32(MulUint32)
MulUint64(MulUint64)
MulFloat32(MulFloat32)
MulFloat64(MulFloat64)
MulNumeric(MulNumeric)
MulInterval(MulInterval)
DivInt16(DivInt16)
DivInt32(DivInt32)
DivInt64(DivInt64)
DivUint16(DivUint16)
DivUint32(DivUint32)
DivUint64(DivUint64)
DivFloat32(DivFloat32)
DivFloat64(DivFloat64)
DivNumeric(DivNumeric)
DivInterval(DivInterval)
ModInt16(ModInt16)
ModInt32(ModInt32)
ModInt64(ModInt64)
ModUint16(ModUint16)
ModUint32(ModUint32)
ModUint64(ModUint64)
ModFloat32(ModFloat32)
ModFloat64(ModFloat64)
ModNumeric(ModNumeric)
RoundNumeric(RoundNumericBinary)
Eq(Eq)
NotEq(NotEq)
Lt(Lt)
Lte(Lte)
Gt(Gt)
Gte(Gte)
LikeEscape(LikeEscape)
IsLikeMatch
IsRegexpMatch
ToCharTimestamp(ToCharTimestampFormat)
ToCharTimestampTz(ToCharTimestampTzFormat)
DateBinTimestamp(DateBinTimestamp)
DateBinTimestampTz(DateBinTimestampTz)
ExtractInterval(DatePartIntervalNumeric)
ExtractTime(DatePartTimeNumeric)
ExtractTimestamp(DatePartTimestampTimestampNumeric)
ExtractTimestampTz(DatePartTimestampTimestampTzNumeric)
ExtractDate(ExtractDateUnits)
DatePartInterval(DatePartIntervalF64)
DatePartTime(DatePartTimeF64)
DatePartTimestamp(DatePartTimestampTimestampF64)
DatePartTimestampTz(DatePartTimestampTimestampTzF64)
DateTruncTimestamp(DateTruncUnitsTimestamp)
DateTruncTimestampTz(DateTruncUnitsTimestampTz)
DateTruncInterval(DateTruncInterval)
TimezoneTimestamp
TimezoneTimestampTz
TimezoneIntervalTimestamp
TimezoneIntervalTimestampTz
TimezoneIntervalTime
TimezoneOffset(TimezoneOffset)
TextConcat(TextConcatBinary)
JsonbGetInt64
JsonbGetInt64Stringify
JsonbGetString
JsonbGetStringStringify
JsonbGetPath
JsonbGetPathStringify
JsonbContainsString(JsonbContainsString)
JsonbConcat(JsonbConcat)
JsonbContainsJsonb(JsonbContainsJsonb)
JsonbDeleteInt64(JsonbDeleteInt64)
JsonbDeleteString(JsonbDeleteString)
MapContainsKey(MapContainsKey)
MapGetValue(MapGetValue)
MapContainsAllKeys(MapContainsAllKeys)
MapContainsAnyKeys(MapContainsAnyKeys)
MapContainsMap(MapContainsMap)
ConvertFrom(ConvertFrom)
Left(Left)
Position(Position)
Right(Right)
RepeatString
Normalize
Trim(Trim)
TrimLeading(TrimLeading)
TrimTrailing(TrimTrailing)
EncodedBytesCharLength(EncodedBytesCharLength)
ListLengthMax
ArrayContains(ArrayContains)
ArrayContainsArray
ArrayLength(ArrayLength)
ArrayLower(ArrayLower)
ArrayRemove(ArrayRemove)
ArrayUpper(ArrayUpper)
ArrayArrayConcat(ArrayArrayConcat)
ListListConcat(ListListConcat)
ListElementConcat(ListElementConcat)
ElementListConcat(ElementListConcat)
ListRemove(ListRemove)
ListContainsList
DigestString(DigestString)
DigestBytes(DigestBytes)
MzRenderTypmod(MzRenderTypmod)
Encode(Encode)
Decode(Decode)
LogNumeric(LogBaseNumeric)
Power(Power)
PowerNumeric(PowerNumeric)
GetBit(GetBit)
GetByte(GetByte)
ConstantTimeEqBytes(ConstantTimeEqBytes)
ConstantTimeEqString(ConstantTimeEqString)
RangeContainsElem
RangeContainsRange
RangeOverlaps(RangeOverlaps)
RangeAfter(RangeAfter)
RangeBefore(RangeBefore)
RangeOverleft(RangeOverleft)
RangeOverright(RangeOverright)
RangeAdjacent(RangeAdjacent)
RangeUnion(RangeUnion)
RangeIntersection(RangeIntersection)
RangeDifference(RangeDifference)
UuidGenerateV5(UuidGenerateV5)
MzAclItemContainsPrivilege(MzAclItemContainsPrivilege)
ParseIdent(ParseIdent)
PrettySql(PrettySql)
RegexpReplace
StartsWith(StartsWith)
Implementations§
Source§impl BinaryFunc
impl BinaryFunc
pub fn eval<'a>( &'a self, datums: &[Datum<'a>], temp_storage: &'a RowArena, a_expr: &'a MirScalarExpr, b_expr: &'a MirScalarExpr, ) -> Result<Datum<'a>, EvalError>
pub fn output_type( &self, input1_type: SqlColumnType, input2_type: SqlColumnType, ) -> SqlColumnType
Sourcepub fn propagates_nulls(&self) -> bool
pub fn propagates_nulls(&self) -> bool
Whether the function output is NULL if any of its inputs are NULL.
Sourcepub fn introduces_nulls(&self) -> bool
pub fn introduces_nulls(&self) -> bool
Whether the function might return NULL even if none of its inputs are NULL.
This is presently conservative, and may indicate that a function introduces nulls even when it does not.
pub fn is_infix_op(&self) -> bool
Sourcepub fn negate(&self) -> Option<BinaryFunc>
pub fn negate(&self) -> Option<BinaryFunc>
Returns the negation of the given binary function, if it exists.
Sourcepub fn could_error(&self) -> bool
pub fn could_error(&self) -> bool
Returns true if the function could introduce an error on non-error inputs.
Sourcepub fn is_monotone(&self) -> (bool, bool)
pub fn is_monotone(&self) -> (bool, bool)
Returns true if the function is monotone. (Non-strict; either increasing or decreasing.) Monotone functions map ranges to ranges: ie. given a range of possible inputs, we can determine the range of possible outputs just by mapping the endpoints.
This describes the pointwise behaviour of the function:
ie. the behaviour of any specific argument as the others are held constant. (For example, a - b
is
monotone in the first argument because for any particular value of b
, increasing a
will
always cause the result to increase… and in the second argument because for any specific a
,
increasing b
will always cause the result to decrease.)
This property describes the behaviour of the function over ranges where the function is defined: ie. the arguments and the result are non-error datums.
Trait Implementations§
Source§impl Clone for BinaryFunc
impl Clone for BinaryFunc
Source§fn clone(&self) -> BinaryFunc
fn clone(&self) -> BinaryFunc
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for BinaryFunc
impl Debug for BinaryFunc
Source§impl<'de> Deserialize<'de> for BinaryFunc
impl<'de> Deserialize<'de> for BinaryFunc
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BinaryFunc, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BinaryFunc, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Source§impl Display for BinaryFunc
impl Display for BinaryFunc
Source§impl From<AddDateInterval> for BinaryFunc
impl From<AddDateInterval> for BinaryFunc
Source§fn from(variant: AddDateInterval) -> BinaryFunc
fn from(variant: AddDateInterval) -> BinaryFunc
Source§impl From<AddDateTime> for BinaryFunc
impl From<AddDateTime> for BinaryFunc
Source§fn from(variant: AddDateTime) -> BinaryFunc
fn from(variant: AddDateTime) -> BinaryFunc
Source§impl From<AddFloat32> for BinaryFunc
impl From<AddFloat32> for BinaryFunc
Source§fn from(variant: AddFloat32) -> BinaryFunc
fn from(variant: AddFloat32) -> BinaryFunc
Source§impl From<AddFloat64> for BinaryFunc
impl From<AddFloat64> for BinaryFunc
Source§fn from(variant: AddFloat64) -> BinaryFunc
fn from(variant: AddFloat64) -> BinaryFunc
Source§impl From<AddInt16> for BinaryFunc
impl From<AddInt16> for BinaryFunc
Source§fn from(variant: AddInt16) -> BinaryFunc
fn from(variant: AddInt16) -> BinaryFunc
Source§impl From<AddInt32> for BinaryFunc
impl From<AddInt32> for BinaryFunc
Source§fn from(variant: AddInt32) -> BinaryFunc
fn from(variant: AddInt32) -> BinaryFunc
Source§impl From<AddInt64> for BinaryFunc
impl From<AddInt64> for BinaryFunc
Source§fn from(variant: AddInt64) -> BinaryFunc
fn from(variant: AddInt64) -> BinaryFunc
Source§impl From<AddInterval> for BinaryFunc
impl From<AddInterval> for BinaryFunc
Source§fn from(variant: AddInterval) -> BinaryFunc
fn from(variant: AddInterval) -> BinaryFunc
Source§impl From<AddNumeric> for BinaryFunc
impl From<AddNumeric> for BinaryFunc
Source§fn from(variant: AddNumeric) -> BinaryFunc
fn from(variant: AddNumeric) -> BinaryFunc
Source§impl From<AddTimeInterval> for BinaryFunc
impl From<AddTimeInterval> for BinaryFunc
Source§fn from(variant: AddTimeInterval) -> BinaryFunc
fn from(variant: AddTimeInterval) -> BinaryFunc
Source§impl From<AddTimestampInterval> for BinaryFunc
impl From<AddTimestampInterval> for BinaryFunc
Source§fn from(variant: AddTimestampInterval) -> BinaryFunc
fn from(variant: AddTimestampInterval) -> BinaryFunc
Source§impl From<AddTimestampTzInterval> for BinaryFunc
impl From<AddTimestampTzInterval> for BinaryFunc
Source§fn from(variant: AddTimestampTzInterval) -> BinaryFunc
fn from(variant: AddTimestampTzInterval) -> BinaryFunc
Source§impl From<AddUint16> for BinaryFunc
impl From<AddUint16> for BinaryFunc
Source§fn from(variant: AddUint16) -> BinaryFunc
fn from(variant: AddUint16) -> BinaryFunc
Source§impl From<AddUint32> for BinaryFunc
impl From<AddUint32> for BinaryFunc
Source§fn from(variant: AddUint32) -> BinaryFunc
fn from(variant: AddUint32) -> BinaryFunc
Source§impl From<AddUint64> for BinaryFunc
impl From<AddUint64> for BinaryFunc
Source§fn from(variant: AddUint64) -> BinaryFunc
fn from(variant: AddUint64) -> BinaryFunc
Source§impl From<AgeTimestamp> for BinaryFunc
impl From<AgeTimestamp> for BinaryFunc
Source§fn from(variant: AgeTimestamp) -> BinaryFunc
fn from(variant: AgeTimestamp) -> BinaryFunc
Source§impl From<AgeTimestampTz> for BinaryFunc
impl From<AgeTimestampTz> for BinaryFunc
Source§fn from(variant: AgeTimestampTz) -> BinaryFunc
fn from(variant: AgeTimestampTz) -> BinaryFunc
Source§impl From<ArrayArrayConcat> for BinaryFunc
impl From<ArrayArrayConcat> for BinaryFunc
Source§fn from(variant: ArrayArrayConcat) -> BinaryFunc
fn from(variant: ArrayArrayConcat) -> BinaryFunc
Source§impl From<ArrayContains> for BinaryFunc
impl From<ArrayContains> for BinaryFunc
Source§fn from(variant: ArrayContains) -> BinaryFunc
fn from(variant: ArrayContains) -> BinaryFunc
Source§impl From<ArrayLength> for BinaryFunc
impl From<ArrayLength> for BinaryFunc
Source§fn from(variant: ArrayLength) -> BinaryFunc
fn from(variant: ArrayLength) -> BinaryFunc
Source§impl From<ArrayLower> for BinaryFunc
impl From<ArrayLower> for BinaryFunc
Source§fn from(variant: ArrayLower) -> BinaryFunc
fn from(variant: ArrayLower) -> BinaryFunc
Source§impl From<ArrayRemove> for BinaryFunc
impl From<ArrayRemove> for BinaryFunc
Source§fn from(variant: ArrayRemove) -> BinaryFunc
fn from(variant: ArrayRemove) -> BinaryFunc
Source§impl From<ArrayUpper> for BinaryFunc
impl From<ArrayUpper> for BinaryFunc
Source§fn from(variant: ArrayUpper) -> BinaryFunc
fn from(variant: ArrayUpper) -> BinaryFunc
Source§impl From<BinaryFunc> for Operation<HirScalarExpr>
impl From<BinaryFunc> for Operation<HirScalarExpr>
Source§fn from(b: BinaryFunc) -> Operation<HirScalarExpr>
fn from(b: BinaryFunc) -> Operation<HirScalarExpr>
Source§impl From<BitAndInt16> for BinaryFunc
impl From<BitAndInt16> for BinaryFunc
Source§fn from(variant: BitAndInt16) -> BinaryFunc
fn from(variant: BitAndInt16) -> BinaryFunc
Source§impl From<BitAndInt32> for BinaryFunc
impl From<BitAndInt32> for BinaryFunc
Source§fn from(variant: BitAndInt32) -> BinaryFunc
fn from(variant: BitAndInt32) -> BinaryFunc
Source§impl From<BitAndInt64> for BinaryFunc
impl From<BitAndInt64> for BinaryFunc
Source§fn from(variant: BitAndInt64) -> BinaryFunc
fn from(variant: BitAndInt64) -> BinaryFunc
Source§impl From<BitAndUint16> for BinaryFunc
impl From<BitAndUint16> for BinaryFunc
Source§fn from(variant: BitAndUint16) -> BinaryFunc
fn from(variant: BitAndUint16) -> BinaryFunc
Source§impl From<BitAndUint32> for BinaryFunc
impl From<BitAndUint32> for BinaryFunc
Source§fn from(variant: BitAndUint32) -> BinaryFunc
fn from(variant: BitAndUint32) -> BinaryFunc
Source§impl From<BitAndUint64> for BinaryFunc
impl From<BitAndUint64> for BinaryFunc
Source§fn from(variant: BitAndUint64) -> BinaryFunc
fn from(variant: BitAndUint64) -> BinaryFunc
Source§impl From<BitOrInt16> for BinaryFunc
impl From<BitOrInt16> for BinaryFunc
Source§fn from(variant: BitOrInt16) -> BinaryFunc
fn from(variant: BitOrInt16) -> BinaryFunc
Source§impl From<BitOrInt32> for BinaryFunc
impl From<BitOrInt32> for BinaryFunc
Source§fn from(variant: BitOrInt32) -> BinaryFunc
fn from(variant: BitOrInt32) -> BinaryFunc
Source§impl From<BitOrInt64> for BinaryFunc
impl From<BitOrInt64> for BinaryFunc
Source§fn from(variant: BitOrInt64) -> BinaryFunc
fn from(variant: BitOrInt64) -> BinaryFunc
Source§impl From<BitOrUint16> for BinaryFunc
impl From<BitOrUint16> for BinaryFunc
Source§fn from(variant: BitOrUint16) -> BinaryFunc
fn from(variant: BitOrUint16) -> BinaryFunc
Source§impl From<BitOrUint32> for BinaryFunc
impl From<BitOrUint32> for BinaryFunc
Source§fn from(variant: BitOrUint32) -> BinaryFunc
fn from(variant: BitOrUint32) -> BinaryFunc
Source§impl From<BitOrUint64> for BinaryFunc
impl From<BitOrUint64> for BinaryFunc
Source§fn from(variant: BitOrUint64) -> BinaryFunc
fn from(variant: BitOrUint64) -> BinaryFunc
Source§impl From<BitShiftLeftInt16> for BinaryFunc
impl From<BitShiftLeftInt16> for BinaryFunc
Source§fn from(variant: BitShiftLeftInt16) -> BinaryFunc
fn from(variant: BitShiftLeftInt16) -> BinaryFunc
Source§impl From<BitShiftLeftInt32> for BinaryFunc
impl From<BitShiftLeftInt32> for BinaryFunc
Source§fn from(variant: BitShiftLeftInt32) -> BinaryFunc
fn from(variant: BitShiftLeftInt32) -> BinaryFunc
Source§impl From<BitShiftLeftInt64> for BinaryFunc
impl From<BitShiftLeftInt64> for BinaryFunc
Source§fn from(variant: BitShiftLeftInt64) -> BinaryFunc
fn from(variant: BitShiftLeftInt64) -> BinaryFunc
Source§impl From<BitShiftLeftUint16> for BinaryFunc
impl From<BitShiftLeftUint16> for BinaryFunc
Source§fn from(variant: BitShiftLeftUint16) -> BinaryFunc
fn from(variant: BitShiftLeftUint16) -> BinaryFunc
Source§impl From<BitShiftLeftUint32> for BinaryFunc
impl From<BitShiftLeftUint32> for BinaryFunc
Source§fn from(variant: BitShiftLeftUint32) -> BinaryFunc
fn from(variant: BitShiftLeftUint32) -> BinaryFunc
Source§impl From<BitShiftLeftUint64> for BinaryFunc
impl From<BitShiftLeftUint64> for BinaryFunc
Source§fn from(variant: BitShiftLeftUint64) -> BinaryFunc
fn from(variant: BitShiftLeftUint64) -> BinaryFunc
Source§impl From<BitShiftRightInt16> for BinaryFunc
impl From<BitShiftRightInt16> for BinaryFunc
Source§fn from(variant: BitShiftRightInt16) -> BinaryFunc
fn from(variant: BitShiftRightInt16) -> BinaryFunc
Source§impl From<BitShiftRightInt32> for BinaryFunc
impl From<BitShiftRightInt32> for BinaryFunc
Source§fn from(variant: BitShiftRightInt32) -> BinaryFunc
fn from(variant: BitShiftRightInt32) -> BinaryFunc
Source§impl From<BitShiftRightInt64> for BinaryFunc
impl From<BitShiftRightInt64> for BinaryFunc
Source§fn from(variant: BitShiftRightInt64) -> BinaryFunc
fn from(variant: BitShiftRightInt64) -> BinaryFunc
Source§impl From<BitShiftRightUint16> for BinaryFunc
impl From<BitShiftRightUint16> for BinaryFunc
Source§fn from(variant: BitShiftRightUint16) -> BinaryFunc
fn from(variant: BitShiftRightUint16) -> BinaryFunc
Source§impl From<BitShiftRightUint32> for BinaryFunc
impl From<BitShiftRightUint32> for BinaryFunc
Source§fn from(variant: BitShiftRightUint32) -> BinaryFunc
fn from(variant: BitShiftRightUint32) -> BinaryFunc
Source§impl From<BitShiftRightUint64> for BinaryFunc
impl From<BitShiftRightUint64> for BinaryFunc
Source§fn from(variant: BitShiftRightUint64) -> BinaryFunc
fn from(variant: BitShiftRightUint64) -> BinaryFunc
Source§impl From<BitXorInt16> for BinaryFunc
impl From<BitXorInt16> for BinaryFunc
Source§fn from(variant: BitXorInt16) -> BinaryFunc
fn from(variant: BitXorInt16) -> BinaryFunc
Source§impl From<BitXorInt32> for BinaryFunc
impl From<BitXorInt32> for BinaryFunc
Source§fn from(variant: BitXorInt32) -> BinaryFunc
fn from(variant: BitXorInt32) -> BinaryFunc
Source§impl From<BitXorInt64> for BinaryFunc
impl From<BitXorInt64> for BinaryFunc
Source§fn from(variant: BitXorInt64) -> BinaryFunc
fn from(variant: BitXorInt64) -> BinaryFunc
Source§impl From<BitXorUint16> for BinaryFunc
impl From<BitXorUint16> for BinaryFunc
Source§fn from(variant: BitXorUint16) -> BinaryFunc
fn from(variant: BitXorUint16) -> BinaryFunc
Source§impl From<BitXorUint32> for BinaryFunc
impl From<BitXorUint32> for BinaryFunc
Source§fn from(variant: BitXorUint32) -> BinaryFunc
fn from(variant: BitXorUint32) -> BinaryFunc
Source§impl From<BitXorUint64> for BinaryFunc
impl From<BitXorUint64> for BinaryFunc
Source§fn from(variant: BitXorUint64) -> BinaryFunc
fn from(variant: BitXorUint64) -> BinaryFunc
Source§impl From<ConstantTimeEqBytes> for BinaryFunc
impl From<ConstantTimeEqBytes> for BinaryFunc
Source§fn from(variant: ConstantTimeEqBytes) -> BinaryFunc
fn from(variant: ConstantTimeEqBytes) -> BinaryFunc
Source§impl From<ConstantTimeEqString> for BinaryFunc
impl From<ConstantTimeEqString> for BinaryFunc
Source§fn from(variant: ConstantTimeEqString) -> BinaryFunc
fn from(variant: ConstantTimeEqString) -> BinaryFunc
Source§impl From<ConvertFrom> for BinaryFunc
impl From<ConvertFrom> for BinaryFunc
Source§fn from(variant: ConvertFrom) -> BinaryFunc
fn from(variant: ConvertFrom) -> BinaryFunc
Source§impl From<DateBinTimestamp> for BinaryFunc
impl From<DateBinTimestamp> for BinaryFunc
Source§fn from(variant: DateBinTimestamp) -> BinaryFunc
fn from(variant: DateBinTimestamp) -> BinaryFunc
Source§impl From<DateBinTimestampTz> for BinaryFunc
impl From<DateBinTimestampTz> for BinaryFunc
Source§fn from(variant: DateBinTimestampTz) -> BinaryFunc
fn from(variant: DateBinTimestampTz) -> BinaryFunc
Source§impl From<DatePartIntervalF64> for BinaryFunc
impl From<DatePartIntervalF64> for BinaryFunc
Source§fn from(variant: DatePartIntervalF64) -> BinaryFunc
fn from(variant: DatePartIntervalF64) -> BinaryFunc
Source§impl From<DatePartIntervalNumeric> for BinaryFunc
impl From<DatePartIntervalNumeric> for BinaryFunc
Source§fn from(variant: DatePartIntervalNumeric) -> BinaryFunc
fn from(variant: DatePartIntervalNumeric) -> BinaryFunc
Source§impl From<DatePartTimeF64> for BinaryFunc
impl From<DatePartTimeF64> for BinaryFunc
Source§fn from(variant: DatePartTimeF64) -> BinaryFunc
fn from(variant: DatePartTimeF64) -> BinaryFunc
Source§impl From<DatePartTimeNumeric> for BinaryFunc
impl From<DatePartTimeNumeric> for BinaryFunc
Source§fn from(variant: DatePartTimeNumeric) -> BinaryFunc
fn from(variant: DatePartTimeNumeric) -> BinaryFunc
Source§impl From<DatePartTimestampTimestampF64> for BinaryFunc
impl From<DatePartTimestampTimestampF64> for BinaryFunc
Source§fn from(variant: DatePartTimestampTimestampF64) -> BinaryFunc
fn from(variant: DatePartTimestampTimestampF64) -> BinaryFunc
Source§impl From<DatePartTimestampTimestampNumeric> for BinaryFunc
impl From<DatePartTimestampTimestampNumeric> for BinaryFunc
Source§fn from(variant: DatePartTimestampTimestampNumeric) -> BinaryFunc
fn from(variant: DatePartTimestampTimestampNumeric) -> BinaryFunc
Source§impl From<DatePartTimestampTimestampTzF64> for BinaryFunc
impl From<DatePartTimestampTimestampTzF64> for BinaryFunc
Source§fn from(variant: DatePartTimestampTimestampTzF64) -> BinaryFunc
fn from(variant: DatePartTimestampTimestampTzF64) -> BinaryFunc
Source§impl From<DatePartTimestampTimestampTzNumeric> for BinaryFunc
impl From<DatePartTimestampTimestampTzNumeric> for BinaryFunc
Source§fn from(variant: DatePartTimestampTimestampTzNumeric) -> BinaryFunc
fn from(variant: DatePartTimestampTimestampTzNumeric) -> BinaryFunc
Source§impl From<DateTruncInterval> for BinaryFunc
impl From<DateTruncInterval> for BinaryFunc
Source§fn from(variant: DateTruncInterval) -> BinaryFunc
fn from(variant: DateTruncInterval) -> BinaryFunc
Source§impl From<DateTruncUnitsTimestamp> for BinaryFunc
impl From<DateTruncUnitsTimestamp> for BinaryFunc
Source§fn from(variant: DateTruncUnitsTimestamp) -> BinaryFunc
fn from(variant: DateTruncUnitsTimestamp) -> BinaryFunc
Source§impl From<DateTruncUnitsTimestampTz> for BinaryFunc
impl From<DateTruncUnitsTimestampTz> for BinaryFunc
Source§fn from(variant: DateTruncUnitsTimestampTz) -> BinaryFunc
fn from(variant: DateTruncUnitsTimestampTz) -> BinaryFunc
Source§impl From<Decode> for BinaryFunc
impl From<Decode> for BinaryFunc
Source§fn from(variant: Decode) -> BinaryFunc
fn from(variant: Decode) -> BinaryFunc
Source§impl From<DigestBytes> for BinaryFunc
impl From<DigestBytes> for BinaryFunc
Source§fn from(variant: DigestBytes) -> BinaryFunc
fn from(variant: DigestBytes) -> BinaryFunc
Source§impl From<DigestString> for BinaryFunc
impl From<DigestString> for BinaryFunc
Source§fn from(variant: DigestString) -> BinaryFunc
fn from(variant: DigestString) -> BinaryFunc
Source§impl From<DivFloat32> for BinaryFunc
impl From<DivFloat32> for BinaryFunc
Source§fn from(variant: DivFloat32) -> BinaryFunc
fn from(variant: DivFloat32) -> BinaryFunc
Source§impl From<DivFloat64> for BinaryFunc
impl From<DivFloat64> for BinaryFunc
Source§fn from(variant: DivFloat64) -> BinaryFunc
fn from(variant: DivFloat64) -> BinaryFunc
Source§impl From<DivInt16> for BinaryFunc
impl From<DivInt16> for BinaryFunc
Source§fn from(variant: DivInt16) -> BinaryFunc
fn from(variant: DivInt16) -> BinaryFunc
Source§impl From<DivInt32> for BinaryFunc
impl From<DivInt32> for BinaryFunc
Source§fn from(variant: DivInt32) -> BinaryFunc
fn from(variant: DivInt32) -> BinaryFunc
Source§impl From<DivInt64> for BinaryFunc
impl From<DivInt64> for BinaryFunc
Source§fn from(variant: DivInt64) -> BinaryFunc
fn from(variant: DivInt64) -> BinaryFunc
Source§impl From<DivInterval> for BinaryFunc
impl From<DivInterval> for BinaryFunc
Source§fn from(variant: DivInterval) -> BinaryFunc
fn from(variant: DivInterval) -> BinaryFunc
Source§impl From<DivNumeric> for BinaryFunc
impl From<DivNumeric> for BinaryFunc
Source§fn from(variant: DivNumeric) -> BinaryFunc
fn from(variant: DivNumeric) -> BinaryFunc
Source§impl From<DivUint16> for BinaryFunc
impl From<DivUint16> for BinaryFunc
Source§fn from(variant: DivUint16) -> BinaryFunc
fn from(variant: DivUint16) -> BinaryFunc
Source§impl From<DivUint32> for BinaryFunc
impl From<DivUint32> for BinaryFunc
Source§fn from(variant: DivUint32) -> BinaryFunc
fn from(variant: DivUint32) -> BinaryFunc
Source§impl From<DivUint64> for BinaryFunc
impl From<DivUint64> for BinaryFunc
Source§fn from(variant: DivUint64) -> BinaryFunc
fn from(variant: DivUint64) -> BinaryFunc
Source§impl From<ElementListConcat> for BinaryFunc
impl From<ElementListConcat> for BinaryFunc
Source§fn from(variant: ElementListConcat) -> BinaryFunc
fn from(variant: ElementListConcat) -> BinaryFunc
Source§impl From<Encode> for BinaryFunc
impl From<Encode> for BinaryFunc
Source§fn from(variant: Encode) -> BinaryFunc
fn from(variant: Encode) -> BinaryFunc
Source§impl From<EncodedBytesCharLength> for BinaryFunc
impl From<EncodedBytesCharLength> for BinaryFunc
Source§fn from(variant: EncodedBytesCharLength) -> BinaryFunc
fn from(variant: EncodedBytesCharLength) -> BinaryFunc
Source§impl From<Eq> for BinaryFunc
impl From<Eq> for BinaryFunc
Source§fn from(variant: Eq) -> BinaryFunc
fn from(variant: Eq) -> BinaryFunc
Source§impl From<ExtractDateUnits> for BinaryFunc
impl From<ExtractDateUnits> for BinaryFunc
Source§fn from(variant: ExtractDateUnits) -> BinaryFunc
fn from(variant: ExtractDateUnits) -> BinaryFunc
Source§impl From<GetBit> for BinaryFunc
impl From<GetBit> for BinaryFunc
Source§fn from(variant: GetBit) -> BinaryFunc
fn from(variant: GetBit) -> BinaryFunc
Source§impl From<GetByte> for BinaryFunc
impl From<GetByte> for BinaryFunc
Source§fn from(variant: GetByte) -> BinaryFunc
fn from(variant: GetByte) -> BinaryFunc
Source§impl From<Gt> for BinaryFunc
impl From<Gt> for BinaryFunc
Source§fn from(variant: Gt) -> BinaryFunc
fn from(variant: Gt) -> BinaryFunc
Source§impl From<Gte> for BinaryFunc
impl From<Gte> for BinaryFunc
Source§fn from(variant: Gte) -> BinaryFunc
fn from(variant: Gte) -> BinaryFunc
Source§impl From<JsonbConcat> for BinaryFunc
impl From<JsonbConcat> for BinaryFunc
Source§fn from(variant: JsonbConcat) -> BinaryFunc
fn from(variant: JsonbConcat) -> BinaryFunc
Source§impl From<JsonbContainsJsonb> for BinaryFunc
impl From<JsonbContainsJsonb> for BinaryFunc
Source§fn from(variant: JsonbContainsJsonb) -> BinaryFunc
fn from(variant: JsonbContainsJsonb) -> BinaryFunc
Source§impl From<JsonbContainsString> for BinaryFunc
impl From<JsonbContainsString> for BinaryFunc
Source§fn from(variant: JsonbContainsString) -> BinaryFunc
fn from(variant: JsonbContainsString) -> BinaryFunc
Source§impl From<JsonbDeleteInt64> for BinaryFunc
impl From<JsonbDeleteInt64> for BinaryFunc
Source§fn from(variant: JsonbDeleteInt64) -> BinaryFunc
fn from(variant: JsonbDeleteInt64) -> BinaryFunc
Source§impl From<JsonbDeleteString> for BinaryFunc
impl From<JsonbDeleteString> for BinaryFunc
Source§fn from(variant: JsonbDeleteString) -> BinaryFunc
fn from(variant: JsonbDeleteString) -> BinaryFunc
Source§impl From<Left> for BinaryFunc
impl From<Left> for BinaryFunc
Source§fn from(variant: Left) -> BinaryFunc
fn from(variant: Left) -> BinaryFunc
Source§impl From<LikeEscape> for BinaryFunc
impl From<LikeEscape> for BinaryFunc
Source§fn from(variant: LikeEscape) -> BinaryFunc
fn from(variant: LikeEscape) -> BinaryFunc
Source§impl From<ListElementConcat> for BinaryFunc
impl From<ListElementConcat> for BinaryFunc
Source§fn from(variant: ListElementConcat) -> BinaryFunc
fn from(variant: ListElementConcat) -> BinaryFunc
Source§impl From<ListListConcat> for BinaryFunc
impl From<ListListConcat> for BinaryFunc
Source§fn from(variant: ListListConcat) -> BinaryFunc
fn from(variant: ListListConcat) -> BinaryFunc
Source§impl From<ListRemove> for BinaryFunc
impl From<ListRemove> for BinaryFunc
Source§fn from(variant: ListRemove) -> BinaryFunc
fn from(variant: ListRemove) -> BinaryFunc
Source§impl From<LogBaseNumeric> for BinaryFunc
impl From<LogBaseNumeric> for BinaryFunc
Source§fn from(variant: LogBaseNumeric) -> BinaryFunc
fn from(variant: LogBaseNumeric) -> BinaryFunc
Source§impl From<Lt> for BinaryFunc
impl From<Lt> for BinaryFunc
Source§fn from(variant: Lt) -> BinaryFunc
fn from(variant: Lt) -> BinaryFunc
Source§impl From<Lte> for BinaryFunc
impl From<Lte> for BinaryFunc
Source§fn from(variant: Lte) -> BinaryFunc
fn from(variant: Lte) -> BinaryFunc
Source§impl From<MapContainsAllKeys> for BinaryFunc
impl From<MapContainsAllKeys> for BinaryFunc
Source§fn from(variant: MapContainsAllKeys) -> BinaryFunc
fn from(variant: MapContainsAllKeys) -> BinaryFunc
Source§impl From<MapContainsAnyKeys> for BinaryFunc
impl From<MapContainsAnyKeys> for BinaryFunc
Source§fn from(variant: MapContainsAnyKeys) -> BinaryFunc
fn from(variant: MapContainsAnyKeys) -> BinaryFunc
Source§impl From<MapContainsKey> for BinaryFunc
impl From<MapContainsKey> for BinaryFunc
Source§fn from(variant: MapContainsKey) -> BinaryFunc
fn from(variant: MapContainsKey) -> BinaryFunc
Source§impl From<MapContainsMap> for BinaryFunc
impl From<MapContainsMap> for BinaryFunc
Source§fn from(variant: MapContainsMap) -> BinaryFunc
fn from(variant: MapContainsMap) -> BinaryFunc
Source§impl From<MapGetValue> for BinaryFunc
impl From<MapGetValue> for BinaryFunc
Source§fn from(variant: MapGetValue) -> BinaryFunc
fn from(variant: MapGetValue) -> BinaryFunc
Source§impl From<ModFloat32> for BinaryFunc
impl From<ModFloat32> for BinaryFunc
Source§fn from(variant: ModFloat32) -> BinaryFunc
fn from(variant: ModFloat32) -> BinaryFunc
Source§impl From<ModFloat64> for BinaryFunc
impl From<ModFloat64> for BinaryFunc
Source§fn from(variant: ModFloat64) -> BinaryFunc
fn from(variant: ModFloat64) -> BinaryFunc
Source§impl From<ModInt16> for BinaryFunc
impl From<ModInt16> for BinaryFunc
Source§fn from(variant: ModInt16) -> BinaryFunc
fn from(variant: ModInt16) -> BinaryFunc
Source§impl From<ModInt32> for BinaryFunc
impl From<ModInt32> for BinaryFunc
Source§fn from(variant: ModInt32) -> BinaryFunc
fn from(variant: ModInt32) -> BinaryFunc
Source§impl From<ModInt64> for BinaryFunc
impl From<ModInt64> for BinaryFunc
Source§fn from(variant: ModInt64) -> BinaryFunc
fn from(variant: ModInt64) -> BinaryFunc
Source§impl From<ModNumeric> for BinaryFunc
impl From<ModNumeric> for BinaryFunc
Source§fn from(variant: ModNumeric) -> BinaryFunc
fn from(variant: ModNumeric) -> BinaryFunc
Source§impl From<ModUint16> for BinaryFunc
impl From<ModUint16> for BinaryFunc
Source§fn from(variant: ModUint16) -> BinaryFunc
fn from(variant: ModUint16) -> BinaryFunc
Source§impl From<ModUint32> for BinaryFunc
impl From<ModUint32> for BinaryFunc
Source§fn from(variant: ModUint32) -> BinaryFunc
fn from(variant: ModUint32) -> BinaryFunc
Source§impl From<ModUint64> for BinaryFunc
impl From<ModUint64> for BinaryFunc
Source§fn from(variant: ModUint64) -> BinaryFunc
fn from(variant: ModUint64) -> BinaryFunc
Source§impl From<MulFloat32> for BinaryFunc
impl From<MulFloat32> for BinaryFunc
Source§fn from(variant: MulFloat32) -> BinaryFunc
fn from(variant: MulFloat32) -> BinaryFunc
Source§impl From<MulFloat64> for BinaryFunc
impl From<MulFloat64> for BinaryFunc
Source§fn from(variant: MulFloat64) -> BinaryFunc
fn from(variant: MulFloat64) -> BinaryFunc
Source§impl From<MulInt16> for BinaryFunc
impl From<MulInt16> for BinaryFunc
Source§fn from(variant: MulInt16) -> BinaryFunc
fn from(variant: MulInt16) -> BinaryFunc
Source§impl From<MulInt32> for BinaryFunc
impl From<MulInt32> for BinaryFunc
Source§fn from(variant: MulInt32) -> BinaryFunc
fn from(variant: MulInt32) -> BinaryFunc
Source§impl From<MulInt64> for BinaryFunc
impl From<MulInt64> for BinaryFunc
Source§fn from(variant: MulInt64) -> BinaryFunc
fn from(variant: MulInt64) -> BinaryFunc
Source§impl From<MulInterval> for BinaryFunc
impl From<MulInterval> for BinaryFunc
Source§fn from(variant: MulInterval) -> BinaryFunc
fn from(variant: MulInterval) -> BinaryFunc
Source§impl From<MulNumeric> for BinaryFunc
impl From<MulNumeric> for BinaryFunc
Source§fn from(variant: MulNumeric) -> BinaryFunc
fn from(variant: MulNumeric) -> BinaryFunc
Source§impl From<MulUint16> for BinaryFunc
impl From<MulUint16> for BinaryFunc
Source§fn from(variant: MulUint16) -> BinaryFunc
fn from(variant: MulUint16) -> BinaryFunc
Source§impl From<MulUint32> for BinaryFunc
impl From<MulUint32> for BinaryFunc
Source§fn from(variant: MulUint32) -> BinaryFunc
fn from(variant: MulUint32) -> BinaryFunc
Source§impl From<MulUint64> for BinaryFunc
impl From<MulUint64> for BinaryFunc
Source§fn from(variant: MulUint64) -> BinaryFunc
fn from(variant: MulUint64) -> BinaryFunc
Source§impl From<MzAclItemContainsPrivilege> for BinaryFunc
impl From<MzAclItemContainsPrivilege> for BinaryFunc
Source§fn from(variant: MzAclItemContainsPrivilege) -> BinaryFunc
fn from(variant: MzAclItemContainsPrivilege) -> BinaryFunc
Source§impl From<MzRenderTypmod> for BinaryFunc
impl From<MzRenderTypmod> for BinaryFunc
Source§fn from(variant: MzRenderTypmod) -> BinaryFunc
fn from(variant: MzRenderTypmod) -> BinaryFunc
Source§impl From<NotEq> for BinaryFunc
impl From<NotEq> for BinaryFunc
Source§fn from(variant: NotEq) -> BinaryFunc
fn from(variant: NotEq) -> BinaryFunc
Source§impl From<ParseIdent> for BinaryFunc
impl From<ParseIdent> for BinaryFunc
Source§fn from(variant: ParseIdent) -> BinaryFunc
fn from(variant: ParseIdent) -> BinaryFunc
Source§impl From<Position> for BinaryFunc
impl From<Position> for BinaryFunc
Source§fn from(variant: Position) -> BinaryFunc
fn from(variant: Position) -> BinaryFunc
Source§impl From<Power> for BinaryFunc
impl From<Power> for BinaryFunc
Source§fn from(variant: Power) -> BinaryFunc
fn from(variant: Power) -> BinaryFunc
Source§impl From<PowerNumeric> for BinaryFunc
impl From<PowerNumeric> for BinaryFunc
Source§fn from(variant: PowerNumeric) -> BinaryFunc
fn from(variant: PowerNumeric) -> BinaryFunc
Source§impl From<PrettySql> for BinaryFunc
impl From<PrettySql> for BinaryFunc
Source§fn from(variant: PrettySql) -> BinaryFunc
fn from(variant: PrettySql) -> BinaryFunc
Source§impl From<RangeAdjacent> for BinaryFunc
impl From<RangeAdjacent> for BinaryFunc
Source§fn from(variant: RangeAdjacent) -> BinaryFunc
fn from(variant: RangeAdjacent) -> BinaryFunc
Source§impl From<RangeAfter> for BinaryFunc
impl From<RangeAfter> for BinaryFunc
Source§fn from(variant: RangeAfter) -> BinaryFunc
fn from(variant: RangeAfter) -> BinaryFunc
Source§impl From<RangeBefore> for BinaryFunc
impl From<RangeBefore> for BinaryFunc
Source§fn from(variant: RangeBefore) -> BinaryFunc
fn from(variant: RangeBefore) -> BinaryFunc
Source§impl From<RangeDifference> for BinaryFunc
impl From<RangeDifference> for BinaryFunc
Source§fn from(variant: RangeDifference) -> BinaryFunc
fn from(variant: RangeDifference) -> BinaryFunc
Source§impl From<RangeIntersection> for BinaryFunc
impl From<RangeIntersection> for BinaryFunc
Source§fn from(variant: RangeIntersection) -> BinaryFunc
fn from(variant: RangeIntersection) -> BinaryFunc
Source§impl From<RangeOverlaps> for BinaryFunc
impl From<RangeOverlaps> for BinaryFunc
Source§fn from(variant: RangeOverlaps) -> BinaryFunc
fn from(variant: RangeOverlaps) -> BinaryFunc
Source§impl From<RangeOverleft> for BinaryFunc
impl From<RangeOverleft> for BinaryFunc
Source§fn from(variant: RangeOverleft) -> BinaryFunc
fn from(variant: RangeOverleft) -> BinaryFunc
Source§impl From<RangeOverright> for BinaryFunc
impl From<RangeOverright> for BinaryFunc
Source§fn from(variant: RangeOverright) -> BinaryFunc
fn from(variant: RangeOverright) -> BinaryFunc
Source§impl From<RangeUnion> for BinaryFunc
impl From<RangeUnion> for BinaryFunc
Source§fn from(variant: RangeUnion) -> BinaryFunc
fn from(variant: RangeUnion) -> BinaryFunc
Source§impl From<Right> for BinaryFunc
impl From<Right> for BinaryFunc
Source§fn from(variant: Right) -> BinaryFunc
fn from(variant: Right) -> BinaryFunc
Source§impl From<RoundNumericBinary> for BinaryFunc
impl From<RoundNumericBinary> for BinaryFunc
Source§fn from(variant: RoundNumericBinary) -> BinaryFunc
fn from(variant: RoundNumericBinary) -> BinaryFunc
Source§impl From<StartsWith> for BinaryFunc
impl From<StartsWith> for BinaryFunc
Source§fn from(variant: StartsWith) -> BinaryFunc
fn from(variant: StartsWith) -> BinaryFunc
Source§impl From<SubDate> for BinaryFunc
impl From<SubDate> for BinaryFunc
Source§fn from(variant: SubDate) -> BinaryFunc
fn from(variant: SubDate) -> BinaryFunc
Source§impl From<SubDateInterval> for BinaryFunc
impl From<SubDateInterval> for BinaryFunc
Source§fn from(variant: SubDateInterval) -> BinaryFunc
fn from(variant: SubDateInterval) -> BinaryFunc
Source§impl From<SubFloat32> for BinaryFunc
impl From<SubFloat32> for BinaryFunc
Source§fn from(variant: SubFloat32) -> BinaryFunc
fn from(variant: SubFloat32) -> BinaryFunc
Source§impl From<SubFloat64> for BinaryFunc
impl From<SubFloat64> for BinaryFunc
Source§fn from(variant: SubFloat64) -> BinaryFunc
fn from(variant: SubFloat64) -> BinaryFunc
Source§impl From<SubInt16> for BinaryFunc
impl From<SubInt16> for BinaryFunc
Source§fn from(variant: SubInt16) -> BinaryFunc
fn from(variant: SubInt16) -> BinaryFunc
Source§impl From<SubInt32> for BinaryFunc
impl From<SubInt32> for BinaryFunc
Source§fn from(variant: SubInt32) -> BinaryFunc
fn from(variant: SubInt32) -> BinaryFunc
Source§impl From<SubInt64> for BinaryFunc
impl From<SubInt64> for BinaryFunc
Source§fn from(variant: SubInt64) -> BinaryFunc
fn from(variant: SubInt64) -> BinaryFunc
Source§impl From<SubInterval> for BinaryFunc
impl From<SubInterval> for BinaryFunc
Source§fn from(variant: SubInterval) -> BinaryFunc
fn from(variant: SubInterval) -> BinaryFunc
Source§impl From<SubNumeric> for BinaryFunc
impl From<SubNumeric> for BinaryFunc
Source§fn from(variant: SubNumeric) -> BinaryFunc
fn from(variant: SubNumeric) -> BinaryFunc
Source§impl From<SubTime> for BinaryFunc
impl From<SubTime> for BinaryFunc
Source§fn from(variant: SubTime) -> BinaryFunc
fn from(variant: SubTime) -> BinaryFunc
Source§impl From<SubTimeInterval> for BinaryFunc
impl From<SubTimeInterval> for BinaryFunc
Source§fn from(variant: SubTimeInterval) -> BinaryFunc
fn from(variant: SubTimeInterval) -> BinaryFunc
Source§impl From<SubTimestamp> for BinaryFunc
impl From<SubTimestamp> for BinaryFunc
Source§fn from(variant: SubTimestamp) -> BinaryFunc
fn from(variant: SubTimestamp) -> BinaryFunc
Source§impl From<SubTimestampInterval> for BinaryFunc
impl From<SubTimestampInterval> for BinaryFunc
Source§fn from(variant: SubTimestampInterval) -> BinaryFunc
fn from(variant: SubTimestampInterval) -> BinaryFunc
Source§impl From<SubTimestampTz> for BinaryFunc
impl From<SubTimestampTz> for BinaryFunc
Source§fn from(variant: SubTimestampTz) -> BinaryFunc
fn from(variant: SubTimestampTz) -> BinaryFunc
Source§impl From<SubTimestampTzInterval> for BinaryFunc
impl From<SubTimestampTzInterval> for BinaryFunc
Source§fn from(variant: SubTimestampTzInterval) -> BinaryFunc
fn from(variant: SubTimestampTzInterval) -> BinaryFunc
Source§impl From<SubUint16> for BinaryFunc
impl From<SubUint16> for BinaryFunc
Source§fn from(variant: SubUint16) -> BinaryFunc
fn from(variant: SubUint16) -> BinaryFunc
Source§impl From<SubUint32> for BinaryFunc
impl From<SubUint32> for BinaryFunc
Source§fn from(variant: SubUint32) -> BinaryFunc
fn from(variant: SubUint32) -> BinaryFunc
Source§impl From<SubUint64> for BinaryFunc
impl From<SubUint64> for BinaryFunc
Source§fn from(variant: SubUint64) -> BinaryFunc
fn from(variant: SubUint64) -> BinaryFunc
Source§impl From<TextConcatBinary> for BinaryFunc
impl From<TextConcatBinary> for BinaryFunc
Source§fn from(variant: TextConcatBinary) -> BinaryFunc
fn from(variant: TextConcatBinary) -> BinaryFunc
Source§impl From<TimezoneOffset> for BinaryFunc
impl From<TimezoneOffset> for BinaryFunc
Source§fn from(variant: TimezoneOffset) -> BinaryFunc
fn from(variant: TimezoneOffset) -> BinaryFunc
Source§impl From<ToCharTimestampFormat> for BinaryFunc
impl From<ToCharTimestampFormat> for BinaryFunc
Source§fn from(variant: ToCharTimestampFormat) -> BinaryFunc
fn from(variant: ToCharTimestampFormat) -> BinaryFunc
Source§impl From<ToCharTimestampTzFormat> for BinaryFunc
impl From<ToCharTimestampTzFormat> for BinaryFunc
Source§fn from(variant: ToCharTimestampTzFormat) -> BinaryFunc
fn from(variant: ToCharTimestampTzFormat) -> BinaryFunc
Source§impl From<Trim> for BinaryFunc
impl From<Trim> for BinaryFunc
Source§fn from(variant: Trim) -> BinaryFunc
fn from(variant: Trim) -> BinaryFunc
Source§impl From<TrimLeading> for BinaryFunc
impl From<TrimLeading> for BinaryFunc
Source§fn from(variant: TrimLeading) -> BinaryFunc
fn from(variant: TrimLeading) -> BinaryFunc
Source§impl From<TrimTrailing> for BinaryFunc
impl From<TrimTrailing> for BinaryFunc
Source§fn from(variant: TrimTrailing) -> BinaryFunc
fn from(variant: TrimTrailing) -> BinaryFunc
Source§impl From<UuidGenerateV5> for BinaryFunc
impl From<UuidGenerateV5> for BinaryFunc
Source§fn from(variant: UuidGenerateV5) -> BinaryFunc
fn from(variant: UuidGenerateV5) -> BinaryFunc
Source§impl Hash for BinaryFunc
impl Hash for BinaryFunc
Source§impl MzReflect for BinaryFunc
impl MzReflect for BinaryFunc
Source§fn add_to_reflected_type_info(rti: &mut ReflectedTypeInfo)
fn add_to_reflected_type_info(rti: &mut ReflectedTypeInfo)
rti
. Read moreSource§impl Ord for BinaryFunc
impl Ord for BinaryFunc
Source§fn cmp(&self, other: &BinaryFunc) -> Ordering
fn cmp(&self, other: &BinaryFunc) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for BinaryFunc
impl PartialEq for BinaryFunc
Source§impl PartialOrd for BinaryFunc
impl PartialOrd for BinaryFunc
Source§impl Serialize for BinaryFunc
impl Serialize for BinaryFunc
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
impl Eq for BinaryFunc
impl StructuralPartialEq for BinaryFunc
Auto Trait Implementations§
impl Freeze for BinaryFunc
impl RefUnwindSafe for BinaryFunc
impl Send for BinaryFunc
impl Sync for BinaryFunc
impl Unpin for BinaryFunc
impl UnwindSafe for BinaryFunc
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
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<T> Downcast for T
impl<T> Downcast for T
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
key
and return true
if they are equal.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
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> FmtForward for T
impl<T> FmtForward for T
Source§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
self
to use its Binary
implementation when Debug
-formatted.Source§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
self
to use its Display
implementation when
Debug
-formatted.Source§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
self
to use its LowerExp
implementation when
Debug
-formatted.Source§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
self
to use its LowerHex
implementation when
Debug
-formatted.Source§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
self
to use its Octal
implementation when Debug
-formatted.Source§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
self
to use its Pointer
implementation when
Debug
-formatted.Source§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
self
to use its UpperExp
implementation when
Debug
-formatted.Source§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
self
to use its UpperHex
implementation when
Debug
-formatted.Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
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 moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
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 moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request
Source§impl<T, U> OverrideFrom<Option<&T>> for Uwhere
U: OverrideFrom<T>,
impl<T, U> OverrideFrom<Option<&T>> for Uwhere
U: OverrideFrom<T>,
Source§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute
value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
Quirk
value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition
value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);
Source§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
Source§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
Source§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
self
and passes that borrow into the pipe function. Read moreSource§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
self
and passes that borrow into the pipe function. Read moreSource§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
Source§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
Source§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
self
, then passes self.as_ref()
into the pipe function.Source§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
self
, then passes self.as_mut()
into the pipe
function.Source§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
self
, then passes self.deref()
into the pipe function.Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
Source§fn into_rust(self) -> Result<R, TryFromProtoError>
fn into_rust(self) -> Result<R, TryFromProtoError>
RustType::from_proto
.Source§fn from_rust(rust: &R) -> P
fn from_rust(rust: &R) -> P
RustType::into_proto
.Source§impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
Source§fn plus_equals(&mut self, rhs: &&'a S)
fn plus_equals(&mut self, rhs: &&'a S)
std::ops::AddAssign
, for types that do not implement AddAssign
.Source§impl<T> Serialize for T
impl<T> Serialize for T
fn erased_serialize(&self, serializer: &mut dyn Serializer) -> Result<Ok, Error>
Source§impl<T> ServiceExt for T
impl<T> ServiceExt for T
Source§fn map_response_body<F>(self, f: F) -> MapResponseBody<Self, F>where
Self: Sized,
fn map_response_body<F>(self, f: F) -> MapResponseBody<Self, F>where
Self: Sized,
Source§fn decompression(self) -> Decompression<Self>where
Self: Sized,
fn decompression(self) -> Decompression<Self>where
Self: Sized,
Source§fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
Source§fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
Source§fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
Source§impl<T> Tap for T
impl<T> Tap for T
Source§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Borrow<B>
of a value. Read moreSource§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
BorrowMut<B>
of a value. Read moreSource§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
AsRef<R>
view of a value. Read moreSource§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
AsMut<R>
view of a value. Read moreSource§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Deref::Target
of a value. Read moreSource§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Deref::Target
of a value. Read moreSource§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
.tap()
only in debug builds, and is erased in release builds.Source§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
.tap_mut()
only in debug builds, and is erased in release
builds.Source§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
.tap_borrow()
only in debug builds, and is erased in release
builds.Source§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
.tap_borrow_mut()
only in debug builds, and is erased in release
builds.Source§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
.tap_ref()
only in debug builds, and is erased in release
builds.Source§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
.tap_ref_mut()
only in debug builds, and is erased in release
builds.Source§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
.tap_deref()
only in debug builds, and is erased in release
builds.Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.