pub enum UnaryFunc {
Show 325 variants
Not(Not),
IsNull(IsNull),
IsTrue(IsTrue),
IsFalse(IsFalse),
BitNotInt16(BitNotInt16),
BitNotInt32(BitNotInt32),
BitNotInt64(BitNotInt64),
BitNotUint16(BitNotUint16),
BitNotUint32(BitNotUint32),
BitNotUint64(BitNotUint64),
NegInt16(NegInt16),
NegInt32(NegInt32),
NegInt64(NegInt64),
NegFloat32(NegFloat32),
NegFloat64(NegFloat64),
NegNumeric(NegNumeric),
NegInterval(NegInterval),
SqrtFloat64(SqrtFloat64),
SqrtNumeric(SqrtNumeric),
CbrtFloat64(CbrtFloat64),
AbsInt16(AbsInt16),
AbsInt32(AbsInt32),
AbsInt64(AbsInt64),
AbsFloat32(AbsFloat32),
AbsFloat64(AbsFloat64),
AbsNumeric(AbsNumeric),
CastBoolToString(CastBoolToString),
CastBoolToStringNonstandard(CastBoolToStringNonstandard),
CastBoolToInt32(CastBoolToInt32),
CastBoolToInt64(CastBoolToInt64),
CastInt16ToFloat32(CastInt16ToFloat32),
CastInt16ToFloat64(CastInt16ToFloat64),
CastInt16ToInt32(CastInt16ToInt32),
CastInt16ToInt64(CastInt16ToInt64),
CastInt16ToUint16(CastInt16ToUint16),
CastInt16ToUint32(CastInt16ToUint32),
CastInt16ToUint64(CastInt16ToUint64),
CastInt16ToString(CastInt16ToString),
CastInt2VectorToArray(CastInt2VectorToArray),
CastInt32ToBool(CastInt32ToBool),
CastInt32ToFloat32(CastInt32ToFloat32),
CastInt32ToFloat64(CastInt32ToFloat64),
CastInt32ToOid(CastInt32ToOid),
CastInt32ToPgLegacyChar(CastInt32ToPgLegacyChar),
CastInt32ToInt16(CastInt32ToInt16),
CastInt32ToInt64(CastInt32ToInt64),
CastInt32ToUint16(CastInt32ToUint16),
CastInt32ToUint32(CastInt32ToUint32),
CastInt32ToUint64(CastInt32ToUint64),
CastInt32ToString(CastInt32ToString),
CastOidToInt32(CastOidToInt32),
CastOidToInt64(CastOidToInt64),
CastOidToString(CastOidToString),
CastOidToRegClass(CastOidToRegClass),
CastRegClassToOid(CastRegClassToOid),
CastOidToRegProc(CastOidToRegProc),
CastRegProcToOid(CastRegProcToOid),
CastOidToRegType(CastOidToRegType),
CastRegTypeToOid(CastRegTypeToOid),
CastInt64ToInt16(CastInt64ToInt16),
CastInt64ToInt32(CastInt64ToInt32),
CastInt64ToUint16(CastInt64ToUint16),
CastInt64ToUint32(CastInt64ToUint32),
CastInt64ToUint64(CastInt64ToUint64),
CastInt16ToNumeric(CastInt16ToNumeric),
CastInt32ToNumeric(CastInt32ToNumeric),
CastInt64ToBool(CastInt64ToBool),
CastInt64ToNumeric(CastInt64ToNumeric),
CastInt64ToFloat32(CastInt64ToFloat32),
CastInt64ToFloat64(CastInt64ToFloat64),
CastInt64ToOid(CastInt64ToOid),
CastInt64ToString(CastInt64ToString),
CastUint16ToUint32(CastUint16ToUint32),
CastUint16ToUint64(CastUint16ToUint64),
CastUint16ToInt16(CastUint16ToInt16),
CastUint16ToInt32(CastUint16ToInt32),
CastUint16ToInt64(CastUint16ToInt64),
CastUint16ToNumeric(CastUint16ToNumeric),
CastUint16ToFloat32(CastUint16ToFloat32),
CastUint16ToFloat64(CastUint16ToFloat64),
CastUint16ToString(CastUint16ToString),
CastUint32ToUint16(CastUint32ToUint16),
CastUint32ToUint64(CastUint32ToUint64),
CastUint32ToInt16(CastUint32ToInt16),
CastUint32ToInt32(CastUint32ToInt32),
CastUint32ToInt64(CastUint32ToInt64),
CastUint32ToNumeric(CastUint32ToNumeric),
CastUint32ToFloat32(CastUint32ToFloat32),
CastUint32ToFloat64(CastUint32ToFloat64),
CastUint32ToString(CastUint32ToString),
CastUint64ToUint16(CastUint64ToUint16),
CastUint64ToUint32(CastUint64ToUint32),
CastUint64ToInt16(CastUint64ToInt16),
CastUint64ToInt32(CastUint64ToInt32),
CastUint64ToInt64(CastUint64ToInt64),
CastUint64ToNumeric(CastUint64ToNumeric),
CastUint64ToFloat32(CastUint64ToFloat32),
CastUint64ToFloat64(CastUint64ToFloat64),
CastUint64ToString(CastUint64ToString),
CastFloat32ToInt16(CastFloat32ToInt16),
CastFloat32ToInt32(CastFloat32ToInt32),
CastFloat32ToInt64(CastFloat32ToInt64),
CastFloat32ToUint16(CastFloat32ToUint16),
CastFloat32ToUint32(CastFloat32ToUint32),
CastFloat32ToUint64(CastFloat32ToUint64),
CastFloat32ToFloat64(CastFloat32ToFloat64),
CastFloat32ToString(CastFloat32ToString),
CastFloat32ToNumeric(CastFloat32ToNumeric),
CastFloat64ToNumeric(CastFloat64ToNumeric),
CastFloat64ToInt16(CastFloat64ToInt16),
CastFloat64ToInt32(CastFloat64ToInt32),
CastFloat64ToInt64(CastFloat64ToInt64),
CastFloat64ToUint16(CastFloat64ToUint16),
CastFloat64ToUint32(CastFloat64ToUint32),
CastFloat64ToUint64(CastFloat64ToUint64),
CastFloat64ToFloat32(CastFloat64ToFloat32),
CastFloat64ToString(CastFloat64ToString),
CastNumericToFloat32(CastNumericToFloat32),
CastNumericToFloat64(CastNumericToFloat64),
CastNumericToInt16(CastNumericToInt16),
CastNumericToInt32(CastNumericToInt32),
CastNumericToInt64(CastNumericToInt64),
CastNumericToUint16(CastNumericToUint16),
CastNumericToUint32(CastNumericToUint32),
CastNumericToUint64(CastNumericToUint64),
CastNumericToString(CastNumericToString),
CastMzTimestampToString(CastMzTimestampToString),
CastMzTimestampToTimestamp(CastMzTimestampToTimestamp),
CastMzTimestampToTimestampTz(CastMzTimestampToTimestampTz),
CastStringToMzTimestamp(CastStringToMzTimestamp),
CastUint64ToMzTimestamp(CastUint64ToMzTimestamp),
CastUint32ToMzTimestamp(CastUint32ToMzTimestamp),
CastInt64ToMzTimestamp(CastInt64ToMzTimestamp),
CastInt32ToMzTimestamp(CastInt32ToMzTimestamp),
CastNumericToMzTimestamp(CastNumericToMzTimestamp),
CastTimestampToMzTimestamp(CastTimestampToMzTimestamp),
CastTimestampTzToMzTimestamp(CastTimestampTzToMzTimestamp),
CastDateToMzTimestamp(CastDateToMzTimestamp),
CastStringToBool(CastStringToBool),
CastStringToPgLegacyChar(CastStringToPgLegacyChar),
CastStringToPgLegacyName(CastStringToPgLegacyName),
CastStringToBytes(CastStringToBytes),
CastStringToInt16(CastStringToInt16),
CastStringToInt32(CastStringToInt32),
CastStringToInt64(CastStringToInt64),
CastStringToUint16(CastStringToUint16),
CastStringToUint32(CastStringToUint32),
CastStringToUint64(CastStringToUint64),
CastStringToInt2Vector(CastStringToInt2Vector),
CastStringToOid(CastStringToOid),
CastStringToFloat32(CastStringToFloat32),
CastStringToFloat64(CastStringToFloat64),
CastStringToDate(CastStringToDate),
CastStringToArray(CastStringToArray),
CastStringToList(CastStringToList),
CastStringToMap(CastStringToMap),
CastStringToRange(CastStringToRange),
CastStringToTime(CastStringToTime),
CastStringToTimestamp(CastStringToTimestamp),
CastStringToTimestampTz(CastStringToTimestampTz),
CastStringToInterval(CastStringToInterval),
CastStringToNumeric(CastStringToNumeric),
CastStringToUuid(CastStringToUuid),
CastStringToChar(CastStringToChar),
PadChar(PadChar),
CastStringToVarChar(CastStringToVarChar),
CastCharToString(CastCharToString),
CastVarCharToString(CastVarCharToString),
CastDateToTimestamp(CastDateToTimestamp),
CastDateToTimestampTz(CastDateToTimestampTz),
CastDateToString(CastDateToString),
CastTimeToInterval(CastTimeToInterval),
CastTimeToString(CastTimeToString),
CastIntervalToString(CastIntervalToString),
CastIntervalToTime(CastIntervalToTime),
CastTimestampToDate(CastTimestampToDate),
AdjustTimestampPrecision(AdjustTimestampPrecision),
CastTimestampToTimestampTz(CastTimestampToTimestampTz),
CastTimestampToString(CastTimestampToString),
CastTimestampToTime(CastTimestampToTime),
CastTimestampTzToDate(CastTimestampTzToDate),
CastTimestampTzToTimestamp(CastTimestampTzToTimestamp),
AdjustTimestampTzPrecision(AdjustTimestampTzPrecision),
CastTimestampTzToString(CastTimestampTzToString),
CastTimestampTzToTime(CastTimestampTzToTime),
CastPgLegacyCharToString(CastPgLegacyCharToString),
CastPgLegacyCharToChar(CastPgLegacyCharToChar),
CastPgLegacyCharToVarChar(CastPgLegacyCharToVarChar),
CastPgLegacyCharToInt32(CastPgLegacyCharToInt32),
CastBytesToString(CastBytesToString),
CastStringToJsonb(CastStringToJsonb),
CastJsonbToString(CastJsonbToString),
CastJsonbableToJsonb(CastJsonbableToJsonb),
CastJsonbToInt16(CastJsonbToInt16),
CastJsonbToInt32(CastJsonbToInt32),
CastJsonbToInt64(CastJsonbToInt64),
CastJsonbToFloat32(CastJsonbToFloat32),
CastJsonbToFloat64(CastJsonbToFloat64),
CastJsonbToNumeric(CastJsonbToNumeric),
CastJsonbToBool(CastJsonbToBool),
CastUuidToString(CastUuidToString),
CastRecordToString(CastRecordToString),
CastRecord1ToRecord2(CastRecord1ToRecord2),
CastArrayToArray(CastArrayToArray),
CastArrayToJsonb(CastArrayToJsonb),
CastArrayToString(CastArrayToString),
CastListToString(CastListToString),
CastListToJsonb(CastListToJsonb),
CastList1ToList2(CastList1ToList2),
CastArrayToListOneDim(CastArrayToListOneDim),
CastMapToString(CastMapToString),
CastInt2VectorToString(CastInt2VectorToString),
CastRangeToString(CastRangeToString),
CeilFloat32(CeilFloat32),
CeilFloat64(CeilFloat64),
CeilNumeric(CeilNumeric),
FloorFloat32(FloorFloat32),
FloorFloat64(FloorFloat64),
FloorNumeric(FloorNumeric),
Ascii(Ascii),
BitCountBytes(BitCountBytes),
BitLengthBytes(BitLengthBytes),
BitLengthString(BitLengthString),
ByteLengthBytes(ByteLengthBytes),
ByteLengthString(ByteLengthString),
CharLength(CharLength),
Chr(Chr),
IsLikeMatch(IsLikeMatch),
IsRegexpMatch(IsRegexpMatch),
RegexpMatch(RegexpMatch),
ExtractInterval(ExtractInterval),
ExtractTime(ExtractTime),
ExtractTimestamp(ExtractTimestamp),
ExtractTimestampTz(ExtractTimestampTz),
ExtractDate(ExtractDate),
DatePartInterval(DatePartInterval),
DatePartTime(DatePartTime),
DatePartTimestamp(DatePartTimestamp),
DatePartTimestampTz(DatePartTimestampTz),
DateTruncTimestamp(DateTruncTimestamp),
DateTruncTimestampTz(DateTruncTimestampTz),
TimezoneTimestamp(TimezoneTimestamp),
TimezoneTimestampTz(TimezoneTimestampTz),
TimezoneTime(TimezoneTime),
ToTimestamp(ToTimestamp),
ToCharTimestamp(ToCharTimestamp),
ToCharTimestampTz(ToCharTimestampTz),
JustifyDays(JustifyDays),
JustifyHours(JustifyHours),
JustifyInterval(JustifyInterval),
JsonbArrayLength(JsonbArrayLength),
JsonbTypeof(JsonbTypeof),
JsonbStripNulls(JsonbStripNulls),
JsonbPretty(JsonbPretty),
RoundFloat32(RoundFloat32),
RoundFloat64(RoundFloat64),
RoundNumeric(RoundNumeric),
TruncFloat32(TruncFloat32),
TruncFloat64(TruncFloat64),
TruncNumeric(TruncNumeric),
TrimWhitespace(TrimWhitespace),
TrimLeadingWhitespace(TrimLeadingWhitespace),
TrimTrailingWhitespace(TrimTrailingWhitespace),
Initcap(Initcap),
RecordGet(RecordGet),
ListLength(ListLength),
MapLength(MapLength),
MapBuildFromRecordList(MapBuildFromRecordList),
Upper(Upper),
Lower(Lower),
Cos(Cos),
Acos(Acos),
Cosh(Cosh),
Acosh(Acosh),
Sin(Sin),
Asin(Asin),
Sinh(Sinh),
Asinh(Asinh),
Tan(Tan),
Atan(Atan),
Tanh(Tanh),
Atanh(Atanh),
Cot(Cot),
Degrees(Degrees),
Radians(Radians),
Log10(Log10),
Log10Numeric(Log10Numeric),
Ln(Ln),
LnNumeric(LnNumeric),
Exp(Exp),
ExpNumeric(ExpNumeric),
Sleep(Sleep),
Panic(Panic),
AdjustNumericScale(AdjustNumericScale),
PgColumnSize(PgColumnSize),
MzRowSize(MzRowSize),
MzTypeName(MzTypeName),
StepMzTimestamp(StepMzTimestamp),
RangeLower(RangeLower),
RangeUpper(RangeUpper),
RangeEmpty(RangeEmpty),
RangeLowerInc(RangeLowerInc),
RangeUpperInc(RangeUpperInc),
RangeLowerInf(RangeLowerInf),
RangeUpperInf(RangeUpperInf),
MzAclItemGrantor(MzAclItemGrantor),
MzAclItemGrantee(MzAclItemGrantee),
MzAclItemPrivileges(MzAclItemPrivileges),
MzFormatPrivileges(MzFormatPrivileges),
MzValidatePrivileges(MzValidatePrivileges),
MzValidateRolePrivilege(MzValidateRolePrivilege),
AclItemGrantor(AclItemGrantor),
AclItemGrantee(AclItemGrantee),
AclItemPrivileges(AclItemPrivileges),
QuoteIdent(QuoteIdent),
TryParseMonotonicIso8601Timestamp(TryParseMonotonicIso8601Timestamp),
RegexpSplitToArray(RegexpSplitToArray),
PgSizePretty(PgSizePretty),
Crc32Bytes(Crc32Bytes),
Crc32String(Crc32String),
KafkaMurmur2Bytes(KafkaMurmur2Bytes),
KafkaMurmur2String(KafkaMurmur2String),
SeahashBytes(SeahashBytes),
SeahashString(SeahashString),
Reverse(Reverse),
}
Variants§
Not(Not)
IsNull(IsNull)
IsTrue(IsTrue)
IsFalse(IsFalse)
BitNotInt16(BitNotInt16)
BitNotInt32(BitNotInt32)
BitNotInt64(BitNotInt64)
BitNotUint16(BitNotUint16)
BitNotUint32(BitNotUint32)
BitNotUint64(BitNotUint64)
NegInt16(NegInt16)
NegInt32(NegInt32)
NegInt64(NegInt64)
NegFloat32(NegFloat32)
NegFloat64(NegFloat64)
NegNumeric(NegNumeric)
NegInterval(NegInterval)
SqrtFloat64(SqrtFloat64)
SqrtNumeric(SqrtNumeric)
CbrtFloat64(CbrtFloat64)
AbsInt16(AbsInt16)
AbsInt32(AbsInt32)
AbsInt64(AbsInt64)
AbsFloat32(AbsFloat32)
AbsFloat64(AbsFloat64)
AbsNumeric(AbsNumeric)
CastBoolToString(CastBoolToString)
CastBoolToStringNonstandard(CastBoolToStringNonstandard)
CastBoolToInt32(CastBoolToInt32)
CastBoolToInt64(CastBoolToInt64)
CastInt16ToFloat32(CastInt16ToFloat32)
CastInt16ToFloat64(CastInt16ToFloat64)
CastInt16ToInt32(CastInt16ToInt32)
CastInt16ToInt64(CastInt16ToInt64)
CastInt16ToUint16(CastInt16ToUint16)
CastInt16ToUint32(CastInt16ToUint32)
CastInt16ToUint64(CastInt16ToUint64)
CastInt16ToString(CastInt16ToString)
CastInt2VectorToArray(CastInt2VectorToArray)
CastInt32ToBool(CastInt32ToBool)
CastInt32ToFloat32(CastInt32ToFloat32)
CastInt32ToFloat64(CastInt32ToFloat64)
CastInt32ToOid(CastInt32ToOid)
CastInt32ToPgLegacyChar(CastInt32ToPgLegacyChar)
CastInt32ToInt16(CastInt32ToInt16)
CastInt32ToInt64(CastInt32ToInt64)
CastInt32ToUint16(CastInt32ToUint16)
CastInt32ToUint32(CastInt32ToUint32)
CastInt32ToUint64(CastInt32ToUint64)
CastInt32ToString(CastInt32ToString)
CastOidToInt32(CastOidToInt32)
CastOidToInt64(CastOidToInt64)
CastOidToString(CastOidToString)
CastOidToRegClass(CastOidToRegClass)
CastRegClassToOid(CastRegClassToOid)
CastOidToRegProc(CastOidToRegProc)
CastRegProcToOid(CastRegProcToOid)
CastOidToRegType(CastOidToRegType)
CastRegTypeToOid(CastRegTypeToOid)
CastInt64ToInt16(CastInt64ToInt16)
CastInt64ToInt32(CastInt64ToInt32)
CastInt64ToUint16(CastInt64ToUint16)
CastInt64ToUint32(CastInt64ToUint32)
CastInt64ToUint64(CastInt64ToUint64)
CastInt16ToNumeric(CastInt16ToNumeric)
CastInt32ToNumeric(CastInt32ToNumeric)
CastInt64ToBool(CastInt64ToBool)
CastInt64ToNumeric(CastInt64ToNumeric)
CastInt64ToFloat32(CastInt64ToFloat32)
CastInt64ToFloat64(CastInt64ToFloat64)
CastInt64ToOid(CastInt64ToOid)
CastInt64ToString(CastInt64ToString)
CastUint16ToUint32(CastUint16ToUint32)
CastUint16ToUint64(CastUint16ToUint64)
CastUint16ToInt16(CastUint16ToInt16)
CastUint16ToInt32(CastUint16ToInt32)
CastUint16ToInt64(CastUint16ToInt64)
CastUint16ToNumeric(CastUint16ToNumeric)
CastUint16ToFloat32(CastUint16ToFloat32)
CastUint16ToFloat64(CastUint16ToFloat64)
CastUint16ToString(CastUint16ToString)
CastUint32ToUint16(CastUint32ToUint16)
CastUint32ToUint64(CastUint32ToUint64)
CastUint32ToInt16(CastUint32ToInt16)
CastUint32ToInt32(CastUint32ToInt32)
CastUint32ToInt64(CastUint32ToInt64)
CastUint32ToNumeric(CastUint32ToNumeric)
CastUint32ToFloat32(CastUint32ToFloat32)
CastUint32ToFloat64(CastUint32ToFloat64)
CastUint32ToString(CastUint32ToString)
CastUint64ToUint16(CastUint64ToUint16)
CastUint64ToUint32(CastUint64ToUint32)
CastUint64ToInt16(CastUint64ToInt16)
CastUint64ToInt32(CastUint64ToInt32)
CastUint64ToInt64(CastUint64ToInt64)
CastUint64ToNumeric(CastUint64ToNumeric)
CastUint64ToFloat32(CastUint64ToFloat32)
CastUint64ToFloat64(CastUint64ToFloat64)
CastUint64ToString(CastUint64ToString)
CastFloat32ToInt16(CastFloat32ToInt16)
CastFloat32ToInt32(CastFloat32ToInt32)
CastFloat32ToInt64(CastFloat32ToInt64)
CastFloat32ToUint16(CastFloat32ToUint16)
CastFloat32ToUint32(CastFloat32ToUint32)
CastFloat32ToUint64(CastFloat32ToUint64)
CastFloat32ToFloat64(CastFloat32ToFloat64)
CastFloat32ToString(CastFloat32ToString)
CastFloat32ToNumeric(CastFloat32ToNumeric)
CastFloat64ToNumeric(CastFloat64ToNumeric)
CastFloat64ToInt16(CastFloat64ToInt16)
CastFloat64ToInt32(CastFloat64ToInt32)
CastFloat64ToInt64(CastFloat64ToInt64)
CastFloat64ToUint16(CastFloat64ToUint16)
CastFloat64ToUint32(CastFloat64ToUint32)
CastFloat64ToUint64(CastFloat64ToUint64)
CastFloat64ToFloat32(CastFloat64ToFloat32)
CastFloat64ToString(CastFloat64ToString)
CastNumericToFloat32(CastNumericToFloat32)
CastNumericToFloat64(CastNumericToFloat64)
CastNumericToInt16(CastNumericToInt16)
CastNumericToInt32(CastNumericToInt32)
CastNumericToInt64(CastNumericToInt64)
CastNumericToUint16(CastNumericToUint16)
CastNumericToUint32(CastNumericToUint32)
CastNumericToUint64(CastNumericToUint64)
CastNumericToString(CastNumericToString)
CastMzTimestampToString(CastMzTimestampToString)
CastMzTimestampToTimestamp(CastMzTimestampToTimestamp)
CastMzTimestampToTimestampTz(CastMzTimestampToTimestampTz)
CastStringToMzTimestamp(CastStringToMzTimestamp)
CastUint64ToMzTimestamp(CastUint64ToMzTimestamp)
CastUint32ToMzTimestamp(CastUint32ToMzTimestamp)
CastInt64ToMzTimestamp(CastInt64ToMzTimestamp)
CastInt32ToMzTimestamp(CastInt32ToMzTimestamp)
CastNumericToMzTimestamp(CastNumericToMzTimestamp)
CastTimestampToMzTimestamp(CastTimestampToMzTimestamp)
CastTimestampTzToMzTimestamp(CastTimestampTzToMzTimestamp)
CastDateToMzTimestamp(CastDateToMzTimestamp)
CastStringToBool(CastStringToBool)
CastStringToPgLegacyChar(CastStringToPgLegacyChar)
CastStringToPgLegacyName(CastStringToPgLegacyName)
CastStringToBytes(CastStringToBytes)
CastStringToInt16(CastStringToInt16)
CastStringToInt32(CastStringToInt32)
CastStringToInt64(CastStringToInt64)
CastStringToUint16(CastStringToUint16)
CastStringToUint32(CastStringToUint32)
CastStringToUint64(CastStringToUint64)
CastStringToInt2Vector(CastStringToInt2Vector)
CastStringToOid(CastStringToOid)
CastStringToFloat32(CastStringToFloat32)
CastStringToFloat64(CastStringToFloat64)
CastStringToDate(CastStringToDate)
CastStringToArray(CastStringToArray)
CastStringToList(CastStringToList)
CastStringToMap(CastStringToMap)
CastStringToRange(CastStringToRange)
CastStringToTime(CastStringToTime)
CastStringToTimestamp(CastStringToTimestamp)
CastStringToTimestampTz(CastStringToTimestampTz)
CastStringToInterval(CastStringToInterval)
CastStringToNumeric(CastStringToNumeric)
CastStringToUuid(CastStringToUuid)
CastStringToChar(CastStringToChar)
PadChar(PadChar)
CastStringToVarChar(CastStringToVarChar)
CastCharToString(CastCharToString)
CastVarCharToString(CastVarCharToString)
CastDateToTimestamp(CastDateToTimestamp)
CastDateToTimestampTz(CastDateToTimestampTz)
CastDateToString(CastDateToString)
CastTimeToInterval(CastTimeToInterval)
CastTimeToString(CastTimeToString)
CastIntervalToString(CastIntervalToString)
CastIntervalToTime(CastIntervalToTime)
CastTimestampToDate(CastTimestampToDate)
AdjustTimestampPrecision(AdjustTimestampPrecision)
CastTimestampToTimestampTz(CastTimestampToTimestampTz)
CastTimestampToString(CastTimestampToString)
CastTimestampToTime(CastTimestampToTime)
CastTimestampTzToDate(CastTimestampTzToDate)
CastTimestampTzToTimestamp(CastTimestampTzToTimestamp)
AdjustTimestampTzPrecision(AdjustTimestampTzPrecision)
CastTimestampTzToString(CastTimestampTzToString)
CastTimestampTzToTime(CastTimestampTzToTime)
CastPgLegacyCharToString(CastPgLegacyCharToString)
CastPgLegacyCharToChar(CastPgLegacyCharToChar)
CastPgLegacyCharToVarChar(CastPgLegacyCharToVarChar)
CastPgLegacyCharToInt32(CastPgLegacyCharToInt32)
CastBytesToString(CastBytesToString)
CastStringToJsonb(CastStringToJsonb)
CastJsonbToString(CastJsonbToString)
CastJsonbableToJsonb(CastJsonbableToJsonb)
CastJsonbToInt16(CastJsonbToInt16)
CastJsonbToInt32(CastJsonbToInt32)
CastJsonbToInt64(CastJsonbToInt64)
CastJsonbToFloat32(CastJsonbToFloat32)
CastJsonbToFloat64(CastJsonbToFloat64)
CastJsonbToNumeric(CastJsonbToNumeric)
CastJsonbToBool(CastJsonbToBool)
CastUuidToString(CastUuidToString)
CastRecordToString(CastRecordToString)
CastRecord1ToRecord2(CastRecord1ToRecord2)
CastArrayToArray(CastArrayToArray)
CastArrayToJsonb(CastArrayToJsonb)
CastArrayToString(CastArrayToString)
CastListToString(CastListToString)
CastListToJsonb(CastListToJsonb)
CastList1ToList2(CastList1ToList2)
CastArrayToListOneDim(CastArrayToListOneDim)
CastMapToString(CastMapToString)
CastInt2VectorToString(CastInt2VectorToString)
CastRangeToString(CastRangeToString)
CeilFloat32(CeilFloat32)
CeilFloat64(CeilFloat64)
CeilNumeric(CeilNumeric)
FloorFloat32(FloorFloat32)
FloorFloat64(FloorFloat64)
FloorNumeric(FloorNumeric)
Ascii(Ascii)
BitCountBytes(BitCountBytes)
BitLengthBytes(BitLengthBytes)
BitLengthString(BitLengthString)
ByteLengthBytes(ByteLengthBytes)
ByteLengthString(ByteLengthString)
CharLength(CharLength)
Chr(Chr)
IsLikeMatch(IsLikeMatch)
IsRegexpMatch(IsRegexpMatch)
RegexpMatch(RegexpMatch)
ExtractInterval(ExtractInterval)
ExtractTime(ExtractTime)
ExtractTimestamp(ExtractTimestamp)
ExtractTimestampTz(ExtractTimestampTz)
ExtractDate(ExtractDate)
DatePartInterval(DatePartInterval)
DatePartTime(DatePartTime)
DatePartTimestamp(DatePartTimestamp)
DatePartTimestampTz(DatePartTimestampTz)
DateTruncTimestamp(DateTruncTimestamp)
DateTruncTimestampTz(DateTruncTimestampTz)
TimezoneTimestamp(TimezoneTimestamp)
TimezoneTimestampTz(TimezoneTimestampTz)
TimezoneTime(TimezoneTime)
ToTimestamp(ToTimestamp)
ToCharTimestamp(ToCharTimestamp)
ToCharTimestampTz(ToCharTimestampTz)
JustifyDays(JustifyDays)
JustifyHours(JustifyHours)
JustifyInterval(JustifyInterval)
JsonbArrayLength(JsonbArrayLength)
JsonbTypeof(JsonbTypeof)
JsonbStripNulls(JsonbStripNulls)
JsonbPretty(JsonbPretty)
RoundFloat32(RoundFloat32)
RoundFloat64(RoundFloat64)
RoundNumeric(RoundNumeric)
TruncFloat32(TruncFloat32)
TruncFloat64(TruncFloat64)
TruncNumeric(TruncNumeric)
TrimWhitespace(TrimWhitespace)
TrimLeadingWhitespace(TrimLeadingWhitespace)
TrimTrailingWhitespace(TrimTrailingWhitespace)
Initcap(Initcap)
RecordGet(RecordGet)
ListLength(ListLength)
MapLength(MapLength)
MapBuildFromRecordList(MapBuildFromRecordList)
Upper(Upper)
Lower(Lower)
Cos(Cos)
Acos(Acos)
Cosh(Cosh)
Acosh(Acosh)
Sin(Sin)
Asin(Asin)
Sinh(Sinh)
Asinh(Asinh)
Tan(Tan)
Atan(Atan)
Tanh(Tanh)
Atanh(Atanh)
Cot(Cot)
Degrees(Degrees)
Radians(Radians)
Log10(Log10)
Log10Numeric(Log10Numeric)
Ln(Ln)
LnNumeric(LnNumeric)
Exp(Exp)
ExpNumeric(ExpNumeric)
Sleep(Sleep)
Panic(Panic)
AdjustNumericScale(AdjustNumericScale)
PgColumnSize(PgColumnSize)
MzRowSize(MzRowSize)
MzTypeName(MzTypeName)
StepMzTimestamp(StepMzTimestamp)
RangeLower(RangeLower)
RangeUpper(RangeUpper)
RangeEmpty(RangeEmpty)
RangeLowerInc(RangeLowerInc)
RangeUpperInc(RangeUpperInc)
RangeLowerInf(RangeLowerInf)
RangeUpperInf(RangeUpperInf)
MzAclItemGrantor(MzAclItemGrantor)
MzAclItemGrantee(MzAclItemGrantee)
MzAclItemPrivileges(MzAclItemPrivileges)
MzFormatPrivileges(MzFormatPrivileges)
MzValidatePrivileges(MzValidatePrivileges)
MzValidateRolePrivilege(MzValidateRolePrivilege)
AclItemGrantor(AclItemGrantor)
AclItemGrantee(AclItemGrantee)
AclItemPrivileges(AclItemPrivileges)
QuoteIdent(QuoteIdent)
TryParseMonotonicIso8601Timestamp(TryParseMonotonicIso8601Timestamp)
RegexpSplitToArray(RegexpSplitToArray)
PgSizePretty(PgSizePretty)
Crc32Bytes(Crc32Bytes)
Crc32String(Crc32String)
KafkaMurmur2Bytes(KafkaMurmur2Bytes)
KafkaMurmur2String(KafkaMurmur2String)
SeahashBytes(SeahashBytes)
SeahashString(SeahashString)
Reverse(Reverse)
Implementations§
Source§impl UnaryFunc
impl UnaryFunc
pub fn eval<'a>( &'a self, datums: &[Datum<'a>], temp_storage: &'a RowArena, a: &'a MirScalarExpr, ) -> Result<Datum<'a>, EvalError>
pub fn output_type(&self, input_type: ColumnType) -> ColumnType
pub fn propagates_nulls(&self) -> bool
pub fn introduces_nulls(&self) -> bool
pub fn preserves_uniqueness(&self) -> bool
pub fn inverse(&self) -> Option<UnaryFunc>
pub fn is_monotone(&self) -> bool
pub fn could_error(&self) -> bool
Trait Implementations§
Source§impl Arbitrary for UnaryFunc
An explicit Arbitrary
implementation needed here because of a known
proptest
issue.
impl Arbitrary for UnaryFunc
An explicit Arbitrary
implementation needed here because of a known
proptest
issue.
Revert to the derive-macro implementation once the issue1 is fixed.
Source§type Parameters = ()
type Parameters = ()
arbitrary_with
accepts for configuration
of the generated Strategy
. Parameters must implement Default
.Source§type Strategy = Union<BoxedStrategy<UnaryFunc>>
type Strategy = Union<BoxedStrategy<UnaryFunc>>
Strategy
used to generate values of type Self
.Source§fn arbitrary_with(
_: <UnaryFunc as Arbitrary>::Parameters,
) -> <UnaryFunc as Arbitrary>::Strategy
fn arbitrary_with( _: <UnaryFunc as Arbitrary>::Parameters, ) -> <UnaryFunc as Arbitrary>::Strategy
Source§impl<'de> Deserialize<'de> for UnaryFunc
impl<'de> Deserialize<'de> for UnaryFunc
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<UnaryFunc, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<UnaryFunc, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Source§impl From<AbsFloat32> for UnaryFunc
impl From<AbsFloat32> for UnaryFunc
Source§fn from(variant: AbsFloat32) -> UnaryFunc
fn from(variant: AbsFloat32) -> UnaryFunc
Source§impl From<AbsFloat64> for UnaryFunc
impl From<AbsFloat64> for UnaryFunc
Source§fn from(variant: AbsFloat64) -> UnaryFunc
fn from(variant: AbsFloat64) -> UnaryFunc
Source§impl From<AbsNumeric> for UnaryFunc
impl From<AbsNumeric> for UnaryFunc
Source§fn from(variant: AbsNumeric) -> UnaryFunc
fn from(variant: AbsNumeric) -> UnaryFunc
Source§impl From<AclItemGrantee> for UnaryFunc
impl From<AclItemGrantee> for UnaryFunc
Source§fn from(variant: AclItemGrantee) -> UnaryFunc
fn from(variant: AclItemGrantee) -> UnaryFunc
Source§impl From<AclItemGrantor> for UnaryFunc
impl From<AclItemGrantor> for UnaryFunc
Source§fn from(variant: AclItemGrantor) -> UnaryFunc
fn from(variant: AclItemGrantor) -> UnaryFunc
Source§impl From<AclItemPrivileges> for UnaryFunc
impl From<AclItemPrivileges> for UnaryFunc
Source§fn from(variant: AclItemPrivileges) -> UnaryFunc
fn from(variant: AclItemPrivileges) -> UnaryFunc
Source§impl From<AdjustNumericScale> for UnaryFunc
impl From<AdjustNumericScale> for UnaryFunc
Source§fn from(variant: AdjustNumericScale) -> UnaryFunc
fn from(variant: AdjustNumericScale) -> UnaryFunc
Source§impl From<AdjustTimestampPrecision> for UnaryFunc
impl From<AdjustTimestampPrecision> for UnaryFunc
Source§fn from(variant: AdjustTimestampPrecision) -> UnaryFunc
fn from(variant: AdjustTimestampPrecision) -> UnaryFunc
Source§impl From<AdjustTimestampTzPrecision> for UnaryFunc
impl From<AdjustTimestampTzPrecision> for UnaryFunc
Source§fn from(variant: AdjustTimestampTzPrecision) -> UnaryFunc
fn from(variant: AdjustTimestampTzPrecision) -> UnaryFunc
Source§impl From<BitCountBytes> for UnaryFunc
impl From<BitCountBytes> for UnaryFunc
Source§fn from(variant: BitCountBytes) -> UnaryFunc
fn from(variant: BitCountBytes) -> UnaryFunc
Source§impl From<BitLengthBytes> for UnaryFunc
impl From<BitLengthBytes> for UnaryFunc
Source§fn from(variant: BitLengthBytes) -> UnaryFunc
fn from(variant: BitLengthBytes) -> UnaryFunc
Source§impl From<BitLengthString> for UnaryFunc
impl From<BitLengthString> for UnaryFunc
Source§fn from(variant: BitLengthString) -> UnaryFunc
fn from(variant: BitLengthString) -> UnaryFunc
Source§impl From<BitNotInt16> for UnaryFunc
impl From<BitNotInt16> for UnaryFunc
Source§fn from(variant: BitNotInt16) -> UnaryFunc
fn from(variant: BitNotInt16) -> UnaryFunc
Source§impl From<BitNotInt32> for UnaryFunc
impl From<BitNotInt32> for UnaryFunc
Source§fn from(variant: BitNotInt32) -> UnaryFunc
fn from(variant: BitNotInt32) -> UnaryFunc
Source§impl From<BitNotInt64> for UnaryFunc
impl From<BitNotInt64> for UnaryFunc
Source§fn from(variant: BitNotInt64) -> UnaryFunc
fn from(variant: BitNotInt64) -> UnaryFunc
Source§impl From<BitNotUint16> for UnaryFunc
impl From<BitNotUint16> for UnaryFunc
Source§fn from(variant: BitNotUint16) -> UnaryFunc
fn from(variant: BitNotUint16) -> UnaryFunc
Source§impl From<BitNotUint32> for UnaryFunc
impl From<BitNotUint32> for UnaryFunc
Source§fn from(variant: BitNotUint32) -> UnaryFunc
fn from(variant: BitNotUint32) -> UnaryFunc
Source§impl From<BitNotUint64> for UnaryFunc
impl From<BitNotUint64> for UnaryFunc
Source§fn from(variant: BitNotUint64) -> UnaryFunc
fn from(variant: BitNotUint64) -> UnaryFunc
Source§impl From<ByteLengthBytes> for UnaryFunc
impl From<ByteLengthBytes> for UnaryFunc
Source§fn from(variant: ByteLengthBytes) -> UnaryFunc
fn from(variant: ByteLengthBytes) -> UnaryFunc
Source§impl From<ByteLengthString> for UnaryFunc
impl From<ByteLengthString> for UnaryFunc
Source§fn from(variant: ByteLengthString) -> UnaryFunc
fn from(variant: ByteLengthString) -> UnaryFunc
Source§impl From<CastArrayToArray> for UnaryFunc
impl From<CastArrayToArray> for UnaryFunc
Source§fn from(variant: CastArrayToArray) -> UnaryFunc
fn from(variant: CastArrayToArray) -> UnaryFunc
Source§impl From<CastArrayToJsonb> for UnaryFunc
impl From<CastArrayToJsonb> for UnaryFunc
Source§fn from(variant: CastArrayToJsonb) -> UnaryFunc
fn from(variant: CastArrayToJsonb) -> UnaryFunc
Source§impl From<CastArrayToListOneDim> for UnaryFunc
impl From<CastArrayToListOneDim> for UnaryFunc
Source§fn from(variant: CastArrayToListOneDim) -> UnaryFunc
fn from(variant: CastArrayToListOneDim) -> UnaryFunc
Source§impl From<CastArrayToString> for UnaryFunc
impl From<CastArrayToString> for UnaryFunc
Source§fn from(variant: CastArrayToString) -> UnaryFunc
fn from(variant: CastArrayToString) -> UnaryFunc
Source§impl From<CastBoolToInt32> for UnaryFunc
impl From<CastBoolToInt32> for UnaryFunc
Source§fn from(variant: CastBoolToInt32) -> UnaryFunc
fn from(variant: CastBoolToInt32) -> UnaryFunc
Source§impl From<CastBoolToInt64> for UnaryFunc
impl From<CastBoolToInt64> for UnaryFunc
Source§fn from(variant: CastBoolToInt64) -> UnaryFunc
fn from(variant: CastBoolToInt64) -> UnaryFunc
Source§impl From<CastBoolToString> for UnaryFunc
impl From<CastBoolToString> for UnaryFunc
Source§fn from(variant: CastBoolToString) -> UnaryFunc
fn from(variant: CastBoolToString) -> UnaryFunc
Source§impl From<CastBoolToStringNonstandard> for UnaryFunc
impl From<CastBoolToStringNonstandard> for UnaryFunc
Source§fn from(variant: CastBoolToStringNonstandard) -> UnaryFunc
fn from(variant: CastBoolToStringNonstandard) -> UnaryFunc
Source§impl From<CastBytesToString> for UnaryFunc
impl From<CastBytesToString> for UnaryFunc
Source§fn from(variant: CastBytesToString) -> UnaryFunc
fn from(variant: CastBytesToString) -> UnaryFunc
Source§impl From<CastCharToString> for UnaryFunc
impl From<CastCharToString> for UnaryFunc
Source§fn from(variant: CastCharToString) -> UnaryFunc
fn from(variant: CastCharToString) -> UnaryFunc
Source§impl From<CastDateToMzTimestamp> for UnaryFunc
impl From<CastDateToMzTimestamp> for UnaryFunc
Source§fn from(variant: CastDateToMzTimestamp) -> UnaryFunc
fn from(variant: CastDateToMzTimestamp) -> UnaryFunc
Source§impl From<CastDateToString> for UnaryFunc
impl From<CastDateToString> for UnaryFunc
Source§fn from(variant: CastDateToString) -> UnaryFunc
fn from(variant: CastDateToString) -> UnaryFunc
Source§impl From<CastDateToTimestamp> for UnaryFunc
impl From<CastDateToTimestamp> for UnaryFunc
Source§fn from(variant: CastDateToTimestamp) -> UnaryFunc
fn from(variant: CastDateToTimestamp) -> UnaryFunc
Source§impl From<CastDateToTimestampTz> for UnaryFunc
impl From<CastDateToTimestampTz> for UnaryFunc
Source§fn from(variant: CastDateToTimestampTz) -> UnaryFunc
fn from(variant: CastDateToTimestampTz) -> UnaryFunc
Source§impl From<CastFloat32ToFloat64> for UnaryFunc
impl From<CastFloat32ToFloat64> for UnaryFunc
Source§fn from(variant: CastFloat32ToFloat64) -> UnaryFunc
fn from(variant: CastFloat32ToFloat64) -> UnaryFunc
Source§impl From<CastFloat32ToInt16> for UnaryFunc
impl From<CastFloat32ToInt16> for UnaryFunc
Source§fn from(variant: CastFloat32ToInt16) -> UnaryFunc
fn from(variant: CastFloat32ToInt16) -> UnaryFunc
Source§impl From<CastFloat32ToInt32> for UnaryFunc
impl From<CastFloat32ToInt32> for UnaryFunc
Source§fn from(variant: CastFloat32ToInt32) -> UnaryFunc
fn from(variant: CastFloat32ToInt32) -> UnaryFunc
Source§impl From<CastFloat32ToInt64> for UnaryFunc
impl From<CastFloat32ToInt64> for UnaryFunc
Source§fn from(variant: CastFloat32ToInt64) -> UnaryFunc
fn from(variant: CastFloat32ToInt64) -> UnaryFunc
Source§impl From<CastFloat32ToNumeric> for UnaryFunc
impl From<CastFloat32ToNumeric> for UnaryFunc
Source§fn from(variant: CastFloat32ToNumeric) -> UnaryFunc
fn from(variant: CastFloat32ToNumeric) -> UnaryFunc
Source§impl From<CastFloat32ToString> for UnaryFunc
impl From<CastFloat32ToString> for UnaryFunc
Source§fn from(variant: CastFloat32ToString) -> UnaryFunc
fn from(variant: CastFloat32ToString) -> UnaryFunc
Source§impl From<CastFloat32ToUint16> for UnaryFunc
impl From<CastFloat32ToUint16> for UnaryFunc
Source§fn from(variant: CastFloat32ToUint16) -> UnaryFunc
fn from(variant: CastFloat32ToUint16) -> UnaryFunc
Source§impl From<CastFloat32ToUint32> for UnaryFunc
impl From<CastFloat32ToUint32> for UnaryFunc
Source§fn from(variant: CastFloat32ToUint32) -> UnaryFunc
fn from(variant: CastFloat32ToUint32) -> UnaryFunc
Source§impl From<CastFloat32ToUint64> for UnaryFunc
impl From<CastFloat32ToUint64> for UnaryFunc
Source§fn from(variant: CastFloat32ToUint64) -> UnaryFunc
fn from(variant: CastFloat32ToUint64) -> UnaryFunc
Source§impl From<CastFloat64ToFloat32> for UnaryFunc
impl From<CastFloat64ToFloat32> for UnaryFunc
Source§fn from(variant: CastFloat64ToFloat32) -> UnaryFunc
fn from(variant: CastFloat64ToFloat32) -> UnaryFunc
Source§impl From<CastFloat64ToInt16> for UnaryFunc
impl From<CastFloat64ToInt16> for UnaryFunc
Source§fn from(variant: CastFloat64ToInt16) -> UnaryFunc
fn from(variant: CastFloat64ToInt16) -> UnaryFunc
Source§impl From<CastFloat64ToInt32> for UnaryFunc
impl From<CastFloat64ToInt32> for UnaryFunc
Source§fn from(variant: CastFloat64ToInt32) -> UnaryFunc
fn from(variant: CastFloat64ToInt32) -> UnaryFunc
Source§impl From<CastFloat64ToInt64> for UnaryFunc
impl From<CastFloat64ToInt64> for UnaryFunc
Source§fn from(variant: CastFloat64ToInt64) -> UnaryFunc
fn from(variant: CastFloat64ToInt64) -> UnaryFunc
Source§impl From<CastFloat64ToNumeric> for UnaryFunc
impl From<CastFloat64ToNumeric> for UnaryFunc
Source§fn from(variant: CastFloat64ToNumeric) -> UnaryFunc
fn from(variant: CastFloat64ToNumeric) -> UnaryFunc
Source§impl From<CastFloat64ToString> for UnaryFunc
impl From<CastFloat64ToString> for UnaryFunc
Source§fn from(variant: CastFloat64ToString) -> UnaryFunc
fn from(variant: CastFloat64ToString) -> UnaryFunc
Source§impl From<CastFloat64ToUint16> for UnaryFunc
impl From<CastFloat64ToUint16> for UnaryFunc
Source§fn from(variant: CastFloat64ToUint16) -> UnaryFunc
fn from(variant: CastFloat64ToUint16) -> UnaryFunc
Source§impl From<CastFloat64ToUint32> for UnaryFunc
impl From<CastFloat64ToUint32> for UnaryFunc
Source§fn from(variant: CastFloat64ToUint32) -> UnaryFunc
fn from(variant: CastFloat64ToUint32) -> UnaryFunc
Source§impl From<CastFloat64ToUint64> for UnaryFunc
impl From<CastFloat64ToUint64> for UnaryFunc
Source§fn from(variant: CastFloat64ToUint64) -> UnaryFunc
fn from(variant: CastFloat64ToUint64) -> UnaryFunc
Source§impl From<CastInt16ToFloat32> for UnaryFunc
impl From<CastInt16ToFloat32> for UnaryFunc
Source§fn from(variant: CastInt16ToFloat32) -> UnaryFunc
fn from(variant: CastInt16ToFloat32) -> UnaryFunc
Source§impl From<CastInt16ToFloat64> for UnaryFunc
impl From<CastInt16ToFloat64> for UnaryFunc
Source§fn from(variant: CastInt16ToFloat64) -> UnaryFunc
fn from(variant: CastInt16ToFloat64) -> UnaryFunc
Source§impl From<CastInt16ToInt32> for UnaryFunc
impl From<CastInt16ToInt32> for UnaryFunc
Source§fn from(variant: CastInt16ToInt32) -> UnaryFunc
fn from(variant: CastInt16ToInt32) -> UnaryFunc
Source§impl From<CastInt16ToInt64> for UnaryFunc
impl From<CastInt16ToInt64> for UnaryFunc
Source§fn from(variant: CastInt16ToInt64) -> UnaryFunc
fn from(variant: CastInt16ToInt64) -> UnaryFunc
Source§impl From<CastInt16ToNumeric> for UnaryFunc
impl From<CastInt16ToNumeric> for UnaryFunc
Source§fn from(variant: CastInt16ToNumeric) -> UnaryFunc
fn from(variant: CastInt16ToNumeric) -> UnaryFunc
Source§impl From<CastInt16ToString> for UnaryFunc
impl From<CastInt16ToString> for UnaryFunc
Source§fn from(variant: CastInt16ToString) -> UnaryFunc
fn from(variant: CastInt16ToString) -> UnaryFunc
Source§impl From<CastInt16ToUint16> for UnaryFunc
impl From<CastInt16ToUint16> for UnaryFunc
Source§fn from(variant: CastInt16ToUint16) -> UnaryFunc
fn from(variant: CastInt16ToUint16) -> UnaryFunc
Source§impl From<CastInt16ToUint32> for UnaryFunc
impl From<CastInt16ToUint32> for UnaryFunc
Source§fn from(variant: CastInt16ToUint32) -> UnaryFunc
fn from(variant: CastInt16ToUint32) -> UnaryFunc
Source§impl From<CastInt16ToUint64> for UnaryFunc
impl From<CastInt16ToUint64> for UnaryFunc
Source§fn from(variant: CastInt16ToUint64) -> UnaryFunc
fn from(variant: CastInt16ToUint64) -> UnaryFunc
Source§impl From<CastInt2VectorToArray> for UnaryFunc
impl From<CastInt2VectorToArray> for UnaryFunc
Source§fn from(variant: CastInt2VectorToArray) -> UnaryFunc
fn from(variant: CastInt2VectorToArray) -> UnaryFunc
Source§impl From<CastInt2VectorToString> for UnaryFunc
impl From<CastInt2VectorToString> for UnaryFunc
Source§fn from(variant: CastInt2VectorToString) -> UnaryFunc
fn from(variant: CastInt2VectorToString) -> UnaryFunc
Source§impl From<CastInt32ToBool> for UnaryFunc
impl From<CastInt32ToBool> for UnaryFunc
Source§fn from(variant: CastInt32ToBool) -> UnaryFunc
fn from(variant: CastInt32ToBool) -> UnaryFunc
Source§impl From<CastInt32ToFloat32> for UnaryFunc
impl From<CastInt32ToFloat32> for UnaryFunc
Source§fn from(variant: CastInt32ToFloat32) -> UnaryFunc
fn from(variant: CastInt32ToFloat32) -> UnaryFunc
Source§impl From<CastInt32ToFloat64> for UnaryFunc
impl From<CastInt32ToFloat64> for UnaryFunc
Source§fn from(variant: CastInt32ToFloat64) -> UnaryFunc
fn from(variant: CastInt32ToFloat64) -> UnaryFunc
Source§impl From<CastInt32ToInt16> for UnaryFunc
impl From<CastInt32ToInt16> for UnaryFunc
Source§fn from(variant: CastInt32ToInt16) -> UnaryFunc
fn from(variant: CastInt32ToInt16) -> UnaryFunc
Source§impl From<CastInt32ToInt64> for UnaryFunc
impl From<CastInt32ToInt64> for UnaryFunc
Source§fn from(variant: CastInt32ToInt64) -> UnaryFunc
fn from(variant: CastInt32ToInt64) -> UnaryFunc
Source§impl From<CastInt32ToMzTimestamp> for UnaryFunc
impl From<CastInt32ToMzTimestamp> for UnaryFunc
Source§fn from(variant: CastInt32ToMzTimestamp) -> UnaryFunc
fn from(variant: CastInt32ToMzTimestamp) -> UnaryFunc
Source§impl From<CastInt32ToNumeric> for UnaryFunc
impl From<CastInt32ToNumeric> for UnaryFunc
Source§fn from(variant: CastInt32ToNumeric) -> UnaryFunc
fn from(variant: CastInt32ToNumeric) -> UnaryFunc
Source§impl From<CastInt32ToOid> for UnaryFunc
impl From<CastInt32ToOid> for UnaryFunc
Source§fn from(variant: CastInt32ToOid) -> UnaryFunc
fn from(variant: CastInt32ToOid) -> UnaryFunc
Source§impl From<CastInt32ToPgLegacyChar> for UnaryFunc
impl From<CastInt32ToPgLegacyChar> for UnaryFunc
Source§fn from(variant: CastInt32ToPgLegacyChar) -> UnaryFunc
fn from(variant: CastInt32ToPgLegacyChar) -> UnaryFunc
Source§impl From<CastInt32ToString> for UnaryFunc
impl From<CastInt32ToString> for UnaryFunc
Source§fn from(variant: CastInt32ToString) -> UnaryFunc
fn from(variant: CastInt32ToString) -> UnaryFunc
Source§impl From<CastInt32ToUint16> for UnaryFunc
impl From<CastInt32ToUint16> for UnaryFunc
Source§fn from(variant: CastInt32ToUint16) -> UnaryFunc
fn from(variant: CastInt32ToUint16) -> UnaryFunc
Source§impl From<CastInt32ToUint32> for UnaryFunc
impl From<CastInt32ToUint32> for UnaryFunc
Source§fn from(variant: CastInt32ToUint32) -> UnaryFunc
fn from(variant: CastInt32ToUint32) -> UnaryFunc
Source§impl From<CastInt32ToUint64> for UnaryFunc
impl From<CastInt32ToUint64> for UnaryFunc
Source§fn from(variant: CastInt32ToUint64) -> UnaryFunc
fn from(variant: CastInt32ToUint64) -> UnaryFunc
Source§impl From<CastInt64ToBool> for UnaryFunc
impl From<CastInt64ToBool> for UnaryFunc
Source§fn from(variant: CastInt64ToBool) -> UnaryFunc
fn from(variant: CastInt64ToBool) -> UnaryFunc
Source§impl From<CastInt64ToFloat32> for UnaryFunc
impl From<CastInt64ToFloat32> for UnaryFunc
Source§fn from(variant: CastInt64ToFloat32) -> UnaryFunc
fn from(variant: CastInt64ToFloat32) -> UnaryFunc
Source§impl From<CastInt64ToFloat64> for UnaryFunc
impl From<CastInt64ToFloat64> for UnaryFunc
Source§fn from(variant: CastInt64ToFloat64) -> UnaryFunc
fn from(variant: CastInt64ToFloat64) -> UnaryFunc
Source§impl From<CastInt64ToInt16> for UnaryFunc
impl From<CastInt64ToInt16> for UnaryFunc
Source§fn from(variant: CastInt64ToInt16) -> UnaryFunc
fn from(variant: CastInt64ToInt16) -> UnaryFunc
Source§impl From<CastInt64ToInt32> for UnaryFunc
impl From<CastInt64ToInt32> for UnaryFunc
Source§fn from(variant: CastInt64ToInt32) -> UnaryFunc
fn from(variant: CastInt64ToInt32) -> UnaryFunc
Source§impl From<CastInt64ToMzTimestamp> for UnaryFunc
impl From<CastInt64ToMzTimestamp> for UnaryFunc
Source§fn from(variant: CastInt64ToMzTimestamp) -> UnaryFunc
fn from(variant: CastInt64ToMzTimestamp) -> UnaryFunc
Source§impl From<CastInt64ToNumeric> for UnaryFunc
impl From<CastInt64ToNumeric> for UnaryFunc
Source§fn from(variant: CastInt64ToNumeric) -> UnaryFunc
fn from(variant: CastInt64ToNumeric) -> UnaryFunc
Source§impl From<CastInt64ToOid> for UnaryFunc
impl From<CastInt64ToOid> for UnaryFunc
Source§fn from(variant: CastInt64ToOid) -> UnaryFunc
fn from(variant: CastInt64ToOid) -> UnaryFunc
Source§impl From<CastInt64ToString> for UnaryFunc
impl From<CastInt64ToString> for UnaryFunc
Source§fn from(variant: CastInt64ToString) -> UnaryFunc
fn from(variant: CastInt64ToString) -> UnaryFunc
Source§impl From<CastInt64ToUint16> for UnaryFunc
impl From<CastInt64ToUint16> for UnaryFunc
Source§fn from(variant: CastInt64ToUint16) -> UnaryFunc
fn from(variant: CastInt64ToUint16) -> UnaryFunc
Source§impl From<CastInt64ToUint32> for UnaryFunc
impl From<CastInt64ToUint32> for UnaryFunc
Source§fn from(variant: CastInt64ToUint32) -> UnaryFunc
fn from(variant: CastInt64ToUint32) -> UnaryFunc
Source§impl From<CastInt64ToUint64> for UnaryFunc
impl From<CastInt64ToUint64> for UnaryFunc
Source§fn from(variant: CastInt64ToUint64) -> UnaryFunc
fn from(variant: CastInt64ToUint64) -> UnaryFunc
Source§impl From<CastIntervalToString> for UnaryFunc
impl From<CastIntervalToString> for UnaryFunc
Source§fn from(variant: CastIntervalToString) -> UnaryFunc
fn from(variant: CastIntervalToString) -> UnaryFunc
Source§impl From<CastIntervalToTime> for UnaryFunc
impl From<CastIntervalToTime> for UnaryFunc
Source§fn from(variant: CastIntervalToTime) -> UnaryFunc
fn from(variant: CastIntervalToTime) -> UnaryFunc
Source§impl From<CastJsonbToBool> for UnaryFunc
impl From<CastJsonbToBool> for UnaryFunc
Source§fn from(variant: CastJsonbToBool) -> UnaryFunc
fn from(variant: CastJsonbToBool) -> UnaryFunc
Source§impl From<CastJsonbToFloat32> for UnaryFunc
impl From<CastJsonbToFloat32> for UnaryFunc
Source§fn from(variant: CastJsonbToFloat32) -> UnaryFunc
fn from(variant: CastJsonbToFloat32) -> UnaryFunc
Source§impl From<CastJsonbToFloat64> for UnaryFunc
impl From<CastJsonbToFloat64> for UnaryFunc
Source§fn from(variant: CastJsonbToFloat64) -> UnaryFunc
fn from(variant: CastJsonbToFloat64) -> UnaryFunc
Source§impl From<CastJsonbToInt16> for UnaryFunc
impl From<CastJsonbToInt16> for UnaryFunc
Source§fn from(variant: CastJsonbToInt16) -> UnaryFunc
fn from(variant: CastJsonbToInt16) -> UnaryFunc
Source§impl From<CastJsonbToInt32> for UnaryFunc
impl From<CastJsonbToInt32> for UnaryFunc
Source§fn from(variant: CastJsonbToInt32) -> UnaryFunc
fn from(variant: CastJsonbToInt32) -> UnaryFunc
Source§impl From<CastJsonbToInt64> for UnaryFunc
impl From<CastJsonbToInt64> for UnaryFunc
Source§fn from(variant: CastJsonbToInt64) -> UnaryFunc
fn from(variant: CastJsonbToInt64) -> UnaryFunc
Source§impl From<CastJsonbToNumeric> for UnaryFunc
impl From<CastJsonbToNumeric> for UnaryFunc
Source§fn from(variant: CastJsonbToNumeric) -> UnaryFunc
fn from(variant: CastJsonbToNumeric) -> UnaryFunc
Source§impl From<CastJsonbToString> for UnaryFunc
impl From<CastJsonbToString> for UnaryFunc
Source§fn from(variant: CastJsonbToString) -> UnaryFunc
fn from(variant: CastJsonbToString) -> UnaryFunc
Source§impl From<CastJsonbableToJsonb> for UnaryFunc
impl From<CastJsonbableToJsonb> for UnaryFunc
Source§fn from(variant: CastJsonbableToJsonb) -> UnaryFunc
fn from(variant: CastJsonbableToJsonb) -> UnaryFunc
Source§impl From<CastList1ToList2> for UnaryFunc
impl From<CastList1ToList2> for UnaryFunc
Source§fn from(variant: CastList1ToList2) -> UnaryFunc
fn from(variant: CastList1ToList2) -> UnaryFunc
Source§impl From<CastListToJsonb> for UnaryFunc
impl From<CastListToJsonb> for UnaryFunc
Source§fn from(variant: CastListToJsonb) -> UnaryFunc
fn from(variant: CastListToJsonb) -> UnaryFunc
Source§impl From<CastListToString> for UnaryFunc
impl From<CastListToString> for UnaryFunc
Source§fn from(variant: CastListToString) -> UnaryFunc
fn from(variant: CastListToString) -> UnaryFunc
Source§impl From<CastMapToString> for UnaryFunc
impl From<CastMapToString> for UnaryFunc
Source§fn from(variant: CastMapToString) -> UnaryFunc
fn from(variant: CastMapToString) -> UnaryFunc
Source§impl From<CastMzTimestampToString> for UnaryFunc
impl From<CastMzTimestampToString> for UnaryFunc
Source§fn from(variant: CastMzTimestampToString) -> UnaryFunc
fn from(variant: CastMzTimestampToString) -> UnaryFunc
Source§impl From<CastMzTimestampToTimestamp> for UnaryFunc
impl From<CastMzTimestampToTimestamp> for UnaryFunc
Source§fn from(variant: CastMzTimestampToTimestamp) -> UnaryFunc
fn from(variant: CastMzTimestampToTimestamp) -> UnaryFunc
Source§impl From<CastMzTimestampToTimestampTz> for UnaryFunc
impl From<CastMzTimestampToTimestampTz> for UnaryFunc
Source§fn from(variant: CastMzTimestampToTimestampTz) -> UnaryFunc
fn from(variant: CastMzTimestampToTimestampTz) -> UnaryFunc
Source§impl From<CastNumericToFloat32> for UnaryFunc
impl From<CastNumericToFloat32> for UnaryFunc
Source§fn from(variant: CastNumericToFloat32) -> UnaryFunc
fn from(variant: CastNumericToFloat32) -> UnaryFunc
Source§impl From<CastNumericToFloat64> for UnaryFunc
impl From<CastNumericToFloat64> for UnaryFunc
Source§fn from(variant: CastNumericToFloat64) -> UnaryFunc
fn from(variant: CastNumericToFloat64) -> UnaryFunc
Source§impl From<CastNumericToInt16> for UnaryFunc
impl From<CastNumericToInt16> for UnaryFunc
Source§fn from(variant: CastNumericToInt16) -> UnaryFunc
fn from(variant: CastNumericToInt16) -> UnaryFunc
Source§impl From<CastNumericToInt32> for UnaryFunc
impl From<CastNumericToInt32> for UnaryFunc
Source§fn from(variant: CastNumericToInt32) -> UnaryFunc
fn from(variant: CastNumericToInt32) -> UnaryFunc
Source§impl From<CastNumericToInt64> for UnaryFunc
impl From<CastNumericToInt64> for UnaryFunc
Source§fn from(variant: CastNumericToInt64) -> UnaryFunc
fn from(variant: CastNumericToInt64) -> UnaryFunc
Source§impl From<CastNumericToMzTimestamp> for UnaryFunc
impl From<CastNumericToMzTimestamp> for UnaryFunc
Source§fn from(variant: CastNumericToMzTimestamp) -> UnaryFunc
fn from(variant: CastNumericToMzTimestamp) -> UnaryFunc
Source§impl From<CastNumericToString> for UnaryFunc
impl From<CastNumericToString> for UnaryFunc
Source§fn from(variant: CastNumericToString) -> UnaryFunc
fn from(variant: CastNumericToString) -> UnaryFunc
Source§impl From<CastNumericToUint16> for UnaryFunc
impl From<CastNumericToUint16> for UnaryFunc
Source§fn from(variant: CastNumericToUint16) -> UnaryFunc
fn from(variant: CastNumericToUint16) -> UnaryFunc
Source§impl From<CastNumericToUint32> for UnaryFunc
impl From<CastNumericToUint32> for UnaryFunc
Source§fn from(variant: CastNumericToUint32) -> UnaryFunc
fn from(variant: CastNumericToUint32) -> UnaryFunc
Source§impl From<CastNumericToUint64> for UnaryFunc
impl From<CastNumericToUint64> for UnaryFunc
Source§fn from(variant: CastNumericToUint64) -> UnaryFunc
fn from(variant: CastNumericToUint64) -> UnaryFunc
Source§impl From<CastOidToInt32> for UnaryFunc
impl From<CastOidToInt32> for UnaryFunc
Source§fn from(variant: CastOidToInt32) -> UnaryFunc
fn from(variant: CastOidToInt32) -> UnaryFunc
Source§impl From<CastOidToInt64> for UnaryFunc
impl From<CastOidToInt64> for UnaryFunc
Source§fn from(variant: CastOidToInt64) -> UnaryFunc
fn from(variant: CastOidToInt64) -> UnaryFunc
Source§impl From<CastOidToRegClass> for UnaryFunc
impl From<CastOidToRegClass> for UnaryFunc
Source§fn from(variant: CastOidToRegClass) -> UnaryFunc
fn from(variant: CastOidToRegClass) -> UnaryFunc
Source§impl From<CastOidToRegProc> for UnaryFunc
impl From<CastOidToRegProc> for UnaryFunc
Source§fn from(variant: CastOidToRegProc) -> UnaryFunc
fn from(variant: CastOidToRegProc) -> UnaryFunc
Source§impl From<CastOidToRegType> for UnaryFunc
impl From<CastOidToRegType> for UnaryFunc
Source§fn from(variant: CastOidToRegType) -> UnaryFunc
fn from(variant: CastOidToRegType) -> UnaryFunc
Source§impl From<CastOidToString> for UnaryFunc
impl From<CastOidToString> for UnaryFunc
Source§fn from(variant: CastOidToString) -> UnaryFunc
fn from(variant: CastOidToString) -> UnaryFunc
Source§impl From<CastPgLegacyCharToChar> for UnaryFunc
impl From<CastPgLegacyCharToChar> for UnaryFunc
Source§fn from(variant: CastPgLegacyCharToChar) -> UnaryFunc
fn from(variant: CastPgLegacyCharToChar) -> UnaryFunc
Source§impl From<CastPgLegacyCharToInt32> for UnaryFunc
impl From<CastPgLegacyCharToInt32> for UnaryFunc
Source§fn from(variant: CastPgLegacyCharToInt32) -> UnaryFunc
fn from(variant: CastPgLegacyCharToInt32) -> UnaryFunc
Source§impl From<CastPgLegacyCharToString> for UnaryFunc
impl From<CastPgLegacyCharToString> for UnaryFunc
Source§fn from(variant: CastPgLegacyCharToString) -> UnaryFunc
fn from(variant: CastPgLegacyCharToString) -> UnaryFunc
Source§impl From<CastPgLegacyCharToVarChar> for UnaryFunc
impl From<CastPgLegacyCharToVarChar> for UnaryFunc
Source§fn from(variant: CastPgLegacyCharToVarChar) -> UnaryFunc
fn from(variant: CastPgLegacyCharToVarChar) -> UnaryFunc
Source§impl From<CastRangeToString> for UnaryFunc
impl From<CastRangeToString> for UnaryFunc
Source§fn from(variant: CastRangeToString) -> UnaryFunc
fn from(variant: CastRangeToString) -> UnaryFunc
Source§impl From<CastRecord1ToRecord2> for UnaryFunc
impl From<CastRecord1ToRecord2> for UnaryFunc
Source§fn from(variant: CastRecord1ToRecord2) -> UnaryFunc
fn from(variant: CastRecord1ToRecord2) -> UnaryFunc
Source§impl From<CastRecordToString> for UnaryFunc
impl From<CastRecordToString> for UnaryFunc
Source§fn from(variant: CastRecordToString) -> UnaryFunc
fn from(variant: CastRecordToString) -> UnaryFunc
Source§impl From<CastRegClassToOid> for UnaryFunc
impl From<CastRegClassToOid> for UnaryFunc
Source§fn from(variant: CastRegClassToOid) -> UnaryFunc
fn from(variant: CastRegClassToOid) -> UnaryFunc
Source§impl From<CastRegProcToOid> for UnaryFunc
impl From<CastRegProcToOid> for UnaryFunc
Source§fn from(variant: CastRegProcToOid) -> UnaryFunc
fn from(variant: CastRegProcToOid) -> UnaryFunc
Source§impl From<CastRegTypeToOid> for UnaryFunc
impl From<CastRegTypeToOid> for UnaryFunc
Source§fn from(variant: CastRegTypeToOid) -> UnaryFunc
fn from(variant: CastRegTypeToOid) -> UnaryFunc
Source§impl From<CastStringToArray> for UnaryFunc
impl From<CastStringToArray> for UnaryFunc
Source§fn from(variant: CastStringToArray) -> UnaryFunc
fn from(variant: CastStringToArray) -> UnaryFunc
Source§impl From<CastStringToBool> for UnaryFunc
impl From<CastStringToBool> for UnaryFunc
Source§fn from(variant: CastStringToBool) -> UnaryFunc
fn from(variant: CastStringToBool) -> UnaryFunc
Source§impl From<CastStringToBytes> for UnaryFunc
impl From<CastStringToBytes> for UnaryFunc
Source§fn from(variant: CastStringToBytes) -> UnaryFunc
fn from(variant: CastStringToBytes) -> UnaryFunc
Source§impl From<CastStringToChar> for UnaryFunc
impl From<CastStringToChar> for UnaryFunc
Source§fn from(variant: CastStringToChar) -> UnaryFunc
fn from(variant: CastStringToChar) -> UnaryFunc
Source§impl From<CastStringToDate> for UnaryFunc
impl From<CastStringToDate> for UnaryFunc
Source§fn from(variant: CastStringToDate) -> UnaryFunc
fn from(variant: CastStringToDate) -> UnaryFunc
Source§impl From<CastStringToFloat32> for UnaryFunc
impl From<CastStringToFloat32> for UnaryFunc
Source§fn from(variant: CastStringToFloat32) -> UnaryFunc
fn from(variant: CastStringToFloat32) -> UnaryFunc
Source§impl From<CastStringToFloat64> for UnaryFunc
impl From<CastStringToFloat64> for UnaryFunc
Source§fn from(variant: CastStringToFloat64) -> UnaryFunc
fn from(variant: CastStringToFloat64) -> UnaryFunc
Source§impl From<CastStringToInt16> for UnaryFunc
impl From<CastStringToInt16> for UnaryFunc
Source§fn from(variant: CastStringToInt16) -> UnaryFunc
fn from(variant: CastStringToInt16) -> UnaryFunc
Source§impl From<CastStringToInt2Vector> for UnaryFunc
impl From<CastStringToInt2Vector> for UnaryFunc
Source§fn from(variant: CastStringToInt2Vector) -> UnaryFunc
fn from(variant: CastStringToInt2Vector) -> UnaryFunc
Source§impl From<CastStringToInt32> for UnaryFunc
impl From<CastStringToInt32> for UnaryFunc
Source§fn from(variant: CastStringToInt32) -> UnaryFunc
fn from(variant: CastStringToInt32) -> UnaryFunc
Source§impl From<CastStringToInt64> for UnaryFunc
impl From<CastStringToInt64> for UnaryFunc
Source§fn from(variant: CastStringToInt64) -> UnaryFunc
fn from(variant: CastStringToInt64) -> UnaryFunc
Source§impl From<CastStringToInterval> for UnaryFunc
impl From<CastStringToInterval> for UnaryFunc
Source§fn from(variant: CastStringToInterval) -> UnaryFunc
fn from(variant: CastStringToInterval) -> UnaryFunc
Source§impl From<CastStringToJsonb> for UnaryFunc
impl From<CastStringToJsonb> for UnaryFunc
Source§fn from(variant: CastStringToJsonb) -> UnaryFunc
fn from(variant: CastStringToJsonb) -> UnaryFunc
Source§impl From<CastStringToList> for UnaryFunc
impl From<CastStringToList> for UnaryFunc
Source§fn from(variant: CastStringToList) -> UnaryFunc
fn from(variant: CastStringToList) -> UnaryFunc
Source§impl From<CastStringToMap> for UnaryFunc
impl From<CastStringToMap> for UnaryFunc
Source§fn from(variant: CastStringToMap) -> UnaryFunc
fn from(variant: CastStringToMap) -> UnaryFunc
Source§impl From<CastStringToMzTimestamp> for UnaryFunc
impl From<CastStringToMzTimestamp> for UnaryFunc
Source§fn from(variant: CastStringToMzTimestamp) -> UnaryFunc
fn from(variant: CastStringToMzTimestamp) -> UnaryFunc
Source§impl From<CastStringToNumeric> for UnaryFunc
impl From<CastStringToNumeric> for UnaryFunc
Source§fn from(variant: CastStringToNumeric) -> UnaryFunc
fn from(variant: CastStringToNumeric) -> UnaryFunc
Source§impl From<CastStringToOid> for UnaryFunc
impl From<CastStringToOid> for UnaryFunc
Source§fn from(variant: CastStringToOid) -> UnaryFunc
fn from(variant: CastStringToOid) -> UnaryFunc
Source§impl From<CastStringToPgLegacyChar> for UnaryFunc
impl From<CastStringToPgLegacyChar> for UnaryFunc
Source§fn from(variant: CastStringToPgLegacyChar) -> UnaryFunc
fn from(variant: CastStringToPgLegacyChar) -> UnaryFunc
Source§impl From<CastStringToPgLegacyName> for UnaryFunc
impl From<CastStringToPgLegacyName> for UnaryFunc
Source§fn from(variant: CastStringToPgLegacyName) -> UnaryFunc
fn from(variant: CastStringToPgLegacyName) -> UnaryFunc
Source§impl From<CastStringToRange> for UnaryFunc
impl From<CastStringToRange> for UnaryFunc
Source§fn from(variant: CastStringToRange) -> UnaryFunc
fn from(variant: CastStringToRange) -> UnaryFunc
Source§impl From<CastStringToTime> for UnaryFunc
impl From<CastStringToTime> for UnaryFunc
Source§fn from(variant: CastStringToTime) -> UnaryFunc
fn from(variant: CastStringToTime) -> UnaryFunc
Source§impl From<CastStringToTimestamp> for UnaryFunc
impl From<CastStringToTimestamp> for UnaryFunc
Source§fn from(variant: CastStringToTimestamp) -> UnaryFunc
fn from(variant: CastStringToTimestamp) -> UnaryFunc
Source§impl From<CastStringToTimestampTz> for UnaryFunc
impl From<CastStringToTimestampTz> for UnaryFunc
Source§fn from(variant: CastStringToTimestampTz) -> UnaryFunc
fn from(variant: CastStringToTimestampTz) -> UnaryFunc
Source§impl From<CastStringToUint16> for UnaryFunc
impl From<CastStringToUint16> for UnaryFunc
Source§fn from(variant: CastStringToUint16) -> UnaryFunc
fn from(variant: CastStringToUint16) -> UnaryFunc
Source§impl From<CastStringToUint32> for UnaryFunc
impl From<CastStringToUint32> for UnaryFunc
Source§fn from(variant: CastStringToUint32) -> UnaryFunc
fn from(variant: CastStringToUint32) -> UnaryFunc
Source§impl From<CastStringToUint64> for UnaryFunc
impl From<CastStringToUint64> for UnaryFunc
Source§fn from(variant: CastStringToUint64) -> UnaryFunc
fn from(variant: CastStringToUint64) -> UnaryFunc
Source§impl From<CastStringToUuid> for UnaryFunc
impl From<CastStringToUuid> for UnaryFunc
Source§fn from(variant: CastStringToUuid) -> UnaryFunc
fn from(variant: CastStringToUuid) -> UnaryFunc
Source§impl From<CastStringToVarChar> for UnaryFunc
impl From<CastStringToVarChar> for UnaryFunc
Source§fn from(variant: CastStringToVarChar) -> UnaryFunc
fn from(variant: CastStringToVarChar) -> UnaryFunc
Source§impl From<CastTimeToInterval> for UnaryFunc
impl From<CastTimeToInterval> for UnaryFunc
Source§fn from(variant: CastTimeToInterval) -> UnaryFunc
fn from(variant: CastTimeToInterval) -> UnaryFunc
Source§impl From<CastTimeToString> for UnaryFunc
impl From<CastTimeToString> for UnaryFunc
Source§fn from(variant: CastTimeToString) -> UnaryFunc
fn from(variant: CastTimeToString) -> UnaryFunc
Source§impl From<CastTimestampToDate> for UnaryFunc
impl From<CastTimestampToDate> for UnaryFunc
Source§fn from(variant: CastTimestampToDate) -> UnaryFunc
fn from(variant: CastTimestampToDate) -> UnaryFunc
Source§impl From<CastTimestampToMzTimestamp> for UnaryFunc
impl From<CastTimestampToMzTimestamp> for UnaryFunc
Source§fn from(variant: CastTimestampToMzTimestamp) -> UnaryFunc
fn from(variant: CastTimestampToMzTimestamp) -> UnaryFunc
Source§impl From<CastTimestampToString> for UnaryFunc
impl From<CastTimestampToString> for UnaryFunc
Source§fn from(variant: CastTimestampToString) -> UnaryFunc
fn from(variant: CastTimestampToString) -> UnaryFunc
Source§impl From<CastTimestampToTime> for UnaryFunc
impl From<CastTimestampToTime> for UnaryFunc
Source§fn from(variant: CastTimestampToTime) -> UnaryFunc
fn from(variant: CastTimestampToTime) -> UnaryFunc
Source§impl From<CastTimestampToTimestampTz> for UnaryFunc
impl From<CastTimestampToTimestampTz> for UnaryFunc
Source§fn from(variant: CastTimestampToTimestampTz) -> UnaryFunc
fn from(variant: CastTimestampToTimestampTz) -> UnaryFunc
Source§impl From<CastTimestampTzToDate> for UnaryFunc
impl From<CastTimestampTzToDate> for UnaryFunc
Source§fn from(variant: CastTimestampTzToDate) -> UnaryFunc
fn from(variant: CastTimestampTzToDate) -> UnaryFunc
Source§impl From<CastTimestampTzToMzTimestamp> for UnaryFunc
impl From<CastTimestampTzToMzTimestamp> for UnaryFunc
Source§fn from(variant: CastTimestampTzToMzTimestamp) -> UnaryFunc
fn from(variant: CastTimestampTzToMzTimestamp) -> UnaryFunc
Source§impl From<CastTimestampTzToString> for UnaryFunc
impl From<CastTimestampTzToString> for UnaryFunc
Source§fn from(variant: CastTimestampTzToString) -> UnaryFunc
fn from(variant: CastTimestampTzToString) -> UnaryFunc
Source§impl From<CastTimestampTzToTime> for UnaryFunc
impl From<CastTimestampTzToTime> for UnaryFunc
Source§fn from(variant: CastTimestampTzToTime) -> UnaryFunc
fn from(variant: CastTimestampTzToTime) -> UnaryFunc
Source§impl From<CastTimestampTzToTimestamp> for UnaryFunc
impl From<CastTimestampTzToTimestamp> for UnaryFunc
Source§fn from(variant: CastTimestampTzToTimestamp) -> UnaryFunc
fn from(variant: CastTimestampTzToTimestamp) -> UnaryFunc
Source§impl From<CastUint16ToFloat32> for UnaryFunc
impl From<CastUint16ToFloat32> for UnaryFunc
Source§fn from(variant: CastUint16ToFloat32) -> UnaryFunc
fn from(variant: CastUint16ToFloat32) -> UnaryFunc
Source§impl From<CastUint16ToFloat64> for UnaryFunc
impl From<CastUint16ToFloat64> for UnaryFunc
Source§fn from(variant: CastUint16ToFloat64) -> UnaryFunc
fn from(variant: CastUint16ToFloat64) -> UnaryFunc
Source§impl From<CastUint16ToInt16> for UnaryFunc
impl From<CastUint16ToInt16> for UnaryFunc
Source§fn from(variant: CastUint16ToInt16) -> UnaryFunc
fn from(variant: CastUint16ToInt16) -> UnaryFunc
Source§impl From<CastUint16ToInt32> for UnaryFunc
impl From<CastUint16ToInt32> for UnaryFunc
Source§fn from(variant: CastUint16ToInt32) -> UnaryFunc
fn from(variant: CastUint16ToInt32) -> UnaryFunc
Source§impl From<CastUint16ToInt64> for UnaryFunc
impl From<CastUint16ToInt64> for UnaryFunc
Source§fn from(variant: CastUint16ToInt64) -> UnaryFunc
fn from(variant: CastUint16ToInt64) -> UnaryFunc
Source§impl From<CastUint16ToNumeric> for UnaryFunc
impl From<CastUint16ToNumeric> for UnaryFunc
Source§fn from(variant: CastUint16ToNumeric) -> UnaryFunc
fn from(variant: CastUint16ToNumeric) -> UnaryFunc
Source§impl From<CastUint16ToString> for UnaryFunc
impl From<CastUint16ToString> for UnaryFunc
Source§fn from(variant: CastUint16ToString) -> UnaryFunc
fn from(variant: CastUint16ToString) -> UnaryFunc
Source§impl From<CastUint16ToUint32> for UnaryFunc
impl From<CastUint16ToUint32> for UnaryFunc
Source§fn from(variant: CastUint16ToUint32) -> UnaryFunc
fn from(variant: CastUint16ToUint32) -> UnaryFunc
Source§impl From<CastUint16ToUint64> for UnaryFunc
impl From<CastUint16ToUint64> for UnaryFunc
Source§fn from(variant: CastUint16ToUint64) -> UnaryFunc
fn from(variant: CastUint16ToUint64) -> UnaryFunc
Source§impl From<CastUint32ToFloat32> for UnaryFunc
impl From<CastUint32ToFloat32> for UnaryFunc
Source§fn from(variant: CastUint32ToFloat32) -> UnaryFunc
fn from(variant: CastUint32ToFloat32) -> UnaryFunc
Source§impl From<CastUint32ToFloat64> for UnaryFunc
impl From<CastUint32ToFloat64> for UnaryFunc
Source§fn from(variant: CastUint32ToFloat64) -> UnaryFunc
fn from(variant: CastUint32ToFloat64) -> UnaryFunc
Source§impl From<CastUint32ToInt16> for UnaryFunc
impl From<CastUint32ToInt16> for UnaryFunc
Source§fn from(variant: CastUint32ToInt16) -> UnaryFunc
fn from(variant: CastUint32ToInt16) -> UnaryFunc
Source§impl From<CastUint32ToInt32> for UnaryFunc
impl From<CastUint32ToInt32> for UnaryFunc
Source§fn from(variant: CastUint32ToInt32) -> UnaryFunc
fn from(variant: CastUint32ToInt32) -> UnaryFunc
Source§impl From<CastUint32ToInt64> for UnaryFunc
impl From<CastUint32ToInt64> for UnaryFunc
Source§fn from(variant: CastUint32ToInt64) -> UnaryFunc
fn from(variant: CastUint32ToInt64) -> UnaryFunc
Source§impl From<CastUint32ToMzTimestamp> for UnaryFunc
impl From<CastUint32ToMzTimestamp> for UnaryFunc
Source§fn from(variant: CastUint32ToMzTimestamp) -> UnaryFunc
fn from(variant: CastUint32ToMzTimestamp) -> UnaryFunc
Source§impl From<CastUint32ToNumeric> for UnaryFunc
impl From<CastUint32ToNumeric> for UnaryFunc
Source§fn from(variant: CastUint32ToNumeric) -> UnaryFunc
fn from(variant: CastUint32ToNumeric) -> UnaryFunc
Source§impl From<CastUint32ToString> for UnaryFunc
impl From<CastUint32ToString> for UnaryFunc
Source§fn from(variant: CastUint32ToString) -> UnaryFunc
fn from(variant: CastUint32ToString) -> UnaryFunc
Source§impl From<CastUint32ToUint16> for UnaryFunc
impl From<CastUint32ToUint16> for UnaryFunc
Source§fn from(variant: CastUint32ToUint16) -> UnaryFunc
fn from(variant: CastUint32ToUint16) -> UnaryFunc
Source§impl From<CastUint32ToUint64> for UnaryFunc
impl From<CastUint32ToUint64> for UnaryFunc
Source§fn from(variant: CastUint32ToUint64) -> UnaryFunc
fn from(variant: CastUint32ToUint64) -> UnaryFunc
Source§impl From<CastUint64ToFloat32> for UnaryFunc
impl From<CastUint64ToFloat32> for UnaryFunc
Source§fn from(variant: CastUint64ToFloat32) -> UnaryFunc
fn from(variant: CastUint64ToFloat32) -> UnaryFunc
Source§impl From<CastUint64ToFloat64> for UnaryFunc
impl From<CastUint64ToFloat64> for UnaryFunc
Source§fn from(variant: CastUint64ToFloat64) -> UnaryFunc
fn from(variant: CastUint64ToFloat64) -> UnaryFunc
Source§impl From<CastUint64ToInt16> for UnaryFunc
impl From<CastUint64ToInt16> for UnaryFunc
Source§fn from(variant: CastUint64ToInt16) -> UnaryFunc
fn from(variant: CastUint64ToInt16) -> UnaryFunc
Source§impl From<CastUint64ToInt32> for UnaryFunc
impl From<CastUint64ToInt32> for UnaryFunc
Source§fn from(variant: CastUint64ToInt32) -> UnaryFunc
fn from(variant: CastUint64ToInt32) -> UnaryFunc
Source§impl From<CastUint64ToInt64> for UnaryFunc
impl From<CastUint64ToInt64> for UnaryFunc
Source§fn from(variant: CastUint64ToInt64) -> UnaryFunc
fn from(variant: CastUint64ToInt64) -> UnaryFunc
Source§impl From<CastUint64ToMzTimestamp> for UnaryFunc
impl From<CastUint64ToMzTimestamp> for UnaryFunc
Source§fn from(variant: CastUint64ToMzTimestamp) -> UnaryFunc
fn from(variant: CastUint64ToMzTimestamp) -> UnaryFunc
Source§impl From<CastUint64ToNumeric> for UnaryFunc
impl From<CastUint64ToNumeric> for UnaryFunc
Source§fn from(variant: CastUint64ToNumeric) -> UnaryFunc
fn from(variant: CastUint64ToNumeric) -> UnaryFunc
Source§impl From<CastUint64ToString> for UnaryFunc
impl From<CastUint64ToString> for UnaryFunc
Source§fn from(variant: CastUint64ToString) -> UnaryFunc
fn from(variant: CastUint64ToString) -> UnaryFunc
Source§impl From<CastUint64ToUint16> for UnaryFunc
impl From<CastUint64ToUint16> for UnaryFunc
Source§fn from(variant: CastUint64ToUint16) -> UnaryFunc
fn from(variant: CastUint64ToUint16) -> UnaryFunc
Source§impl From<CastUint64ToUint32> for UnaryFunc
impl From<CastUint64ToUint32> for UnaryFunc
Source§fn from(variant: CastUint64ToUint32) -> UnaryFunc
fn from(variant: CastUint64ToUint32) -> UnaryFunc
Source§impl From<CastUuidToString> for UnaryFunc
impl From<CastUuidToString> for UnaryFunc
Source§fn from(variant: CastUuidToString) -> UnaryFunc
fn from(variant: CastUuidToString) -> UnaryFunc
Source§impl From<CastVarCharToString> for UnaryFunc
impl From<CastVarCharToString> for UnaryFunc
Source§fn from(variant: CastVarCharToString) -> UnaryFunc
fn from(variant: CastVarCharToString) -> UnaryFunc
Source§impl From<CbrtFloat64> for UnaryFunc
impl From<CbrtFloat64> for UnaryFunc
Source§fn from(variant: CbrtFloat64) -> UnaryFunc
fn from(variant: CbrtFloat64) -> UnaryFunc
Source§impl From<CeilFloat32> for UnaryFunc
impl From<CeilFloat32> for UnaryFunc
Source§fn from(variant: CeilFloat32) -> UnaryFunc
fn from(variant: CeilFloat32) -> UnaryFunc
Source§impl From<CeilFloat64> for UnaryFunc
impl From<CeilFloat64> for UnaryFunc
Source§fn from(variant: CeilFloat64) -> UnaryFunc
fn from(variant: CeilFloat64) -> UnaryFunc
Source§impl From<CeilNumeric> for UnaryFunc
impl From<CeilNumeric> for UnaryFunc
Source§fn from(variant: CeilNumeric) -> UnaryFunc
fn from(variant: CeilNumeric) -> UnaryFunc
Source§impl From<CharLength> for UnaryFunc
impl From<CharLength> for UnaryFunc
Source§fn from(variant: CharLength) -> UnaryFunc
fn from(variant: CharLength) -> UnaryFunc
Source§impl From<Crc32Bytes> for UnaryFunc
impl From<Crc32Bytes> for UnaryFunc
Source§fn from(variant: Crc32Bytes) -> UnaryFunc
fn from(variant: Crc32Bytes) -> UnaryFunc
Source§impl From<Crc32String> for UnaryFunc
impl From<Crc32String> for UnaryFunc
Source§fn from(variant: Crc32String) -> UnaryFunc
fn from(variant: Crc32String) -> UnaryFunc
Source§impl From<DatePartInterval> for UnaryFunc
impl From<DatePartInterval> for UnaryFunc
Source§fn from(variant: DatePartInterval) -> UnaryFunc
fn from(variant: DatePartInterval) -> UnaryFunc
Source§impl From<DatePartTime> for UnaryFunc
impl From<DatePartTime> for UnaryFunc
Source§fn from(variant: DatePartTime) -> UnaryFunc
fn from(variant: DatePartTime) -> UnaryFunc
Source§impl From<DatePartTimestamp> for UnaryFunc
impl From<DatePartTimestamp> for UnaryFunc
Source§fn from(variant: DatePartTimestamp) -> UnaryFunc
fn from(variant: DatePartTimestamp) -> UnaryFunc
Source§impl From<DatePartTimestampTz> for UnaryFunc
impl From<DatePartTimestampTz> for UnaryFunc
Source§fn from(variant: DatePartTimestampTz) -> UnaryFunc
fn from(variant: DatePartTimestampTz) -> UnaryFunc
Source§impl From<DateTruncTimestamp> for UnaryFunc
impl From<DateTruncTimestamp> for UnaryFunc
Source§fn from(variant: DateTruncTimestamp) -> UnaryFunc
fn from(variant: DateTruncTimestamp) -> UnaryFunc
Source§impl From<DateTruncTimestampTz> for UnaryFunc
impl From<DateTruncTimestampTz> for UnaryFunc
Source§fn from(variant: DateTruncTimestampTz) -> UnaryFunc
fn from(variant: DateTruncTimestampTz) -> UnaryFunc
Source§impl From<ExpNumeric> for UnaryFunc
impl From<ExpNumeric> for UnaryFunc
Source§fn from(variant: ExpNumeric) -> UnaryFunc
fn from(variant: ExpNumeric) -> UnaryFunc
Source§impl From<ExtractDate> for UnaryFunc
impl From<ExtractDate> for UnaryFunc
Source§fn from(variant: ExtractDate) -> UnaryFunc
fn from(variant: ExtractDate) -> UnaryFunc
Source§impl From<ExtractInterval> for UnaryFunc
impl From<ExtractInterval> for UnaryFunc
Source§fn from(variant: ExtractInterval) -> UnaryFunc
fn from(variant: ExtractInterval) -> UnaryFunc
Source§impl From<ExtractTime> for UnaryFunc
impl From<ExtractTime> for UnaryFunc
Source§fn from(variant: ExtractTime) -> UnaryFunc
fn from(variant: ExtractTime) -> UnaryFunc
Source§impl From<ExtractTimestamp> for UnaryFunc
impl From<ExtractTimestamp> for UnaryFunc
Source§fn from(variant: ExtractTimestamp) -> UnaryFunc
fn from(variant: ExtractTimestamp) -> UnaryFunc
Source§impl From<ExtractTimestampTz> for UnaryFunc
impl From<ExtractTimestampTz> for UnaryFunc
Source§fn from(variant: ExtractTimestampTz) -> UnaryFunc
fn from(variant: ExtractTimestampTz) -> UnaryFunc
Source§impl From<FloorFloat32> for UnaryFunc
impl From<FloorFloat32> for UnaryFunc
Source§fn from(variant: FloorFloat32) -> UnaryFunc
fn from(variant: FloorFloat32) -> UnaryFunc
Source§impl From<FloorFloat64> for UnaryFunc
impl From<FloorFloat64> for UnaryFunc
Source§fn from(variant: FloorFloat64) -> UnaryFunc
fn from(variant: FloorFloat64) -> UnaryFunc
Source§impl From<FloorNumeric> for UnaryFunc
impl From<FloorNumeric> for UnaryFunc
Source§fn from(variant: FloorNumeric) -> UnaryFunc
fn from(variant: FloorNumeric) -> UnaryFunc
Source§impl From<IsLikeMatch> for UnaryFunc
impl From<IsLikeMatch> for UnaryFunc
Source§fn from(variant: IsLikeMatch) -> UnaryFunc
fn from(variant: IsLikeMatch) -> UnaryFunc
Source§impl From<IsRegexpMatch> for UnaryFunc
impl From<IsRegexpMatch> for UnaryFunc
Source§fn from(variant: IsRegexpMatch) -> UnaryFunc
fn from(variant: IsRegexpMatch) -> UnaryFunc
Source§impl From<JsonbArrayLength> for UnaryFunc
impl From<JsonbArrayLength> for UnaryFunc
Source§fn from(variant: JsonbArrayLength) -> UnaryFunc
fn from(variant: JsonbArrayLength) -> UnaryFunc
Source§impl From<JsonbPretty> for UnaryFunc
impl From<JsonbPretty> for UnaryFunc
Source§fn from(variant: JsonbPretty) -> UnaryFunc
fn from(variant: JsonbPretty) -> UnaryFunc
Source§impl From<JsonbStripNulls> for UnaryFunc
impl From<JsonbStripNulls> for UnaryFunc
Source§fn from(variant: JsonbStripNulls) -> UnaryFunc
fn from(variant: JsonbStripNulls) -> UnaryFunc
Source§impl From<JsonbTypeof> for UnaryFunc
impl From<JsonbTypeof> for UnaryFunc
Source§fn from(variant: JsonbTypeof) -> UnaryFunc
fn from(variant: JsonbTypeof) -> UnaryFunc
Source§impl From<JustifyDays> for UnaryFunc
impl From<JustifyDays> for UnaryFunc
Source§fn from(variant: JustifyDays) -> UnaryFunc
fn from(variant: JustifyDays) -> UnaryFunc
Source§impl From<JustifyHours> for UnaryFunc
impl From<JustifyHours> for UnaryFunc
Source§fn from(variant: JustifyHours) -> UnaryFunc
fn from(variant: JustifyHours) -> UnaryFunc
Source§impl From<JustifyInterval> for UnaryFunc
impl From<JustifyInterval> for UnaryFunc
Source§fn from(variant: JustifyInterval) -> UnaryFunc
fn from(variant: JustifyInterval) -> UnaryFunc
Source§impl From<KafkaMurmur2Bytes> for UnaryFunc
impl From<KafkaMurmur2Bytes> for UnaryFunc
Source§fn from(variant: KafkaMurmur2Bytes) -> UnaryFunc
fn from(variant: KafkaMurmur2Bytes) -> UnaryFunc
Source§impl From<KafkaMurmur2String> for UnaryFunc
impl From<KafkaMurmur2String> for UnaryFunc
Source§fn from(variant: KafkaMurmur2String) -> UnaryFunc
fn from(variant: KafkaMurmur2String) -> UnaryFunc
Source§impl From<ListLength> for UnaryFunc
impl From<ListLength> for UnaryFunc
Source§fn from(variant: ListLength) -> UnaryFunc
fn from(variant: ListLength) -> UnaryFunc
Source§impl From<Log10Numeric> for UnaryFunc
impl From<Log10Numeric> for UnaryFunc
Source§fn from(variant: Log10Numeric) -> UnaryFunc
fn from(variant: Log10Numeric) -> UnaryFunc
Source§impl From<MapBuildFromRecordList> for UnaryFunc
impl From<MapBuildFromRecordList> for UnaryFunc
Source§fn from(variant: MapBuildFromRecordList) -> UnaryFunc
fn from(variant: MapBuildFromRecordList) -> UnaryFunc
Source§impl From<MzAclItemGrantee> for UnaryFunc
impl From<MzAclItemGrantee> for UnaryFunc
Source§fn from(variant: MzAclItemGrantee) -> UnaryFunc
fn from(variant: MzAclItemGrantee) -> UnaryFunc
Source§impl From<MzAclItemGrantor> for UnaryFunc
impl From<MzAclItemGrantor> for UnaryFunc
Source§fn from(variant: MzAclItemGrantor) -> UnaryFunc
fn from(variant: MzAclItemGrantor) -> UnaryFunc
Source§impl From<MzAclItemPrivileges> for UnaryFunc
impl From<MzAclItemPrivileges> for UnaryFunc
Source§fn from(variant: MzAclItemPrivileges) -> UnaryFunc
fn from(variant: MzAclItemPrivileges) -> UnaryFunc
Source§impl From<MzFormatPrivileges> for UnaryFunc
impl From<MzFormatPrivileges> for UnaryFunc
Source§fn from(variant: MzFormatPrivileges) -> UnaryFunc
fn from(variant: MzFormatPrivileges) -> UnaryFunc
Source§impl From<MzTypeName> for UnaryFunc
impl From<MzTypeName> for UnaryFunc
Source§fn from(variant: MzTypeName) -> UnaryFunc
fn from(variant: MzTypeName) -> UnaryFunc
Source§impl From<MzValidatePrivileges> for UnaryFunc
impl From<MzValidatePrivileges> for UnaryFunc
Source§fn from(variant: MzValidatePrivileges) -> UnaryFunc
fn from(variant: MzValidatePrivileges) -> UnaryFunc
Source§impl From<MzValidateRolePrivilege> for UnaryFunc
impl From<MzValidateRolePrivilege> for UnaryFunc
Source§fn from(variant: MzValidateRolePrivilege) -> UnaryFunc
fn from(variant: MzValidateRolePrivilege) -> UnaryFunc
Source§impl From<NegFloat32> for UnaryFunc
impl From<NegFloat32> for UnaryFunc
Source§fn from(variant: NegFloat32) -> UnaryFunc
fn from(variant: NegFloat32) -> UnaryFunc
Source§impl From<NegFloat64> for UnaryFunc
impl From<NegFloat64> for UnaryFunc
Source§fn from(variant: NegFloat64) -> UnaryFunc
fn from(variant: NegFloat64) -> UnaryFunc
Source§impl From<NegInterval> for UnaryFunc
impl From<NegInterval> for UnaryFunc
Source§fn from(variant: NegInterval) -> UnaryFunc
fn from(variant: NegInterval) -> UnaryFunc
Source§impl From<NegNumeric> for UnaryFunc
impl From<NegNumeric> for UnaryFunc
Source§fn from(variant: NegNumeric) -> UnaryFunc
fn from(variant: NegNumeric) -> UnaryFunc
Source§impl From<PgColumnSize> for UnaryFunc
impl From<PgColumnSize> for UnaryFunc
Source§fn from(variant: PgColumnSize) -> UnaryFunc
fn from(variant: PgColumnSize) -> UnaryFunc
Source§impl From<PgSizePretty> for UnaryFunc
impl From<PgSizePretty> for UnaryFunc
Source§fn from(variant: PgSizePretty) -> UnaryFunc
fn from(variant: PgSizePretty) -> UnaryFunc
Source§impl From<QuoteIdent> for UnaryFunc
impl From<QuoteIdent> for UnaryFunc
Source§fn from(variant: QuoteIdent) -> UnaryFunc
fn from(variant: QuoteIdent) -> UnaryFunc
Source§impl From<RangeEmpty> for UnaryFunc
impl From<RangeEmpty> for UnaryFunc
Source§fn from(variant: RangeEmpty) -> UnaryFunc
fn from(variant: RangeEmpty) -> UnaryFunc
Source§impl From<RangeLower> for UnaryFunc
impl From<RangeLower> for UnaryFunc
Source§fn from(variant: RangeLower) -> UnaryFunc
fn from(variant: RangeLower) -> UnaryFunc
Source§impl From<RangeLowerInc> for UnaryFunc
impl From<RangeLowerInc> for UnaryFunc
Source§fn from(variant: RangeLowerInc) -> UnaryFunc
fn from(variant: RangeLowerInc) -> UnaryFunc
Source§impl From<RangeLowerInf> for UnaryFunc
impl From<RangeLowerInf> for UnaryFunc
Source§fn from(variant: RangeLowerInf) -> UnaryFunc
fn from(variant: RangeLowerInf) -> UnaryFunc
Source§impl From<RangeUpper> for UnaryFunc
impl From<RangeUpper> for UnaryFunc
Source§fn from(variant: RangeUpper) -> UnaryFunc
fn from(variant: RangeUpper) -> UnaryFunc
Source§impl From<RangeUpperInc> for UnaryFunc
impl From<RangeUpperInc> for UnaryFunc
Source§fn from(variant: RangeUpperInc) -> UnaryFunc
fn from(variant: RangeUpperInc) -> UnaryFunc
Source§impl From<RangeUpperInf> for UnaryFunc
impl From<RangeUpperInf> for UnaryFunc
Source§fn from(variant: RangeUpperInf) -> UnaryFunc
fn from(variant: RangeUpperInf) -> UnaryFunc
Source§impl From<RegexpMatch> for UnaryFunc
impl From<RegexpMatch> for UnaryFunc
Source§fn from(variant: RegexpMatch) -> UnaryFunc
fn from(variant: RegexpMatch) -> UnaryFunc
Source§impl From<RegexpSplitToArray> for UnaryFunc
impl From<RegexpSplitToArray> for UnaryFunc
Source§fn from(variant: RegexpSplitToArray) -> UnaryFunc
fn from(variant: RegexpSplitToArray) -> UnaryFunc
Source§impl From<RoundFloat32> for UnaryFunc
impl From<RoundFloat32> for UnaryFunc
Source§fn from(variant: RoundFloat32) -> UnaryFunc
fn from(variant: RoundFloat32) -> UnaryFunc
Source§impl From<RoundFloat64> for UnaryFunc
impl From<RoundFloat64> for UnaryFunc
Source§fn from(variant: RoundFloat64) -> UnaryFunc
fn from(variant: RoundFloat64) -> UnaryFunc
Source§impl From<RoundNumeric> for UnaryFunc
impl From<RoundNumeric> for UnaryFunc
Source§fn from(variant: RoundNumeric) -> UnaryFunc
fn from(variant: RoundNumeric) -> UnaryFunc
Source§impl From<SeahashBytes> for UnaryFunc
impl From<SeahashBytes> for UnaryFunc
Source§fn from(variant: SeahashBytes) -> UnaryFunc
fn from(variant: SeahashBytes) -> UnaryFunc
Source§impl From<SeahashString> for UnaryFunc
impl From<SeahashString> for UnaryFunc
Source§fn from(variant: SeahashString) -> UnaryFunc
fn from(variant: SeahashString) -> UnaryFunc
Source§impl From<SqrtFloat64> for UnaryFunc
impl From<SqrtFloat64> for UnaryFunc
Source§fn from(variant: SqrtFloat64) -> UnaryFunc
fn from(variant: SqrtFloat64) -> UnaryFunc
Source§impl From<SqrtNumeric> for UnaryFunc
impl From<SqrtNumeric> for UnaryFunc
Source§fn from(variant: SqrtNumeric) -> UnaryFunc
fn from(variant: SqrtNumeric) -> UnaryFunc
Source§impl From<StepMzTimestamp> for UnaryFunc
impl From<StepMzTimestamp> for UnaryFunc
Source§fn from(variant: StepMzTimestamp) -> UnaryFunc
fn from(variant: StepMzTimestamp) -> UnaryFunc
Source§impl From<TimezoneTime> for UnaryFunc
impl From<TimezoneTime> for UnaryFunc
Source§fn from(variant: TimezoneTime) -> UnaryFunc
fn from(variant: TimezoneTime) -> UnaryFunc
Source§impl From<TimezoneTimestamp> for UnaryFunc
impl From<TimezoneTimestamp> for UnaryFunc
Source§fn from(variant: TimezoneTimestamp) -> UnaryFunc
fn from(variant: TimezoneTimestamp) -> UnaryFunc
Source§impl From<TimezoneTimestampTz> for UnaryFunc
impl From<TimezoneTimestampTz> for UnaryFunc
Source§fn from(variant: TimezoneTimestampTz) -> UnaryFunc
fn from(variant: TimezoneTimestampTz) -> UnaryFunc
Source§impl From<ToCharTimestamp> for UnaryFunc
impl From<ToCharTimestamp> for UnaryFunc
Source§fn from(variant: ToCharTimestamp) -> UnaryFunc
fn from(variant: ToCharTimestamp) -> UnaryFunc
Source§impl From<ToCharTimestampTz> for UnaryFunc
impl From<ToCharTimestampTz> for UnaryFunc
Source§fn from(variant: ToCharTimestampTz) -> UnaryFunc
fn from(variant: ToCharTimestampTz) -> UnaryFunc
Source§impl From<ToTimestamp> for UnaryFunc
impl From<ToTimestamp> for UnaryFunc
Source§fn from(variant: ToTimestamp) -> UnaryFunc
fn from(variant: ToTimestamp) -> UnaryFunc
Source§impl From<TrimLeadingWhitespace> for UnaryFunc
impl From<TrimLeadingWhitespace> for UnaryFunc
Source§fn from(variant: TrimLeadingWhitespace) -> UnaryFunc
fn from(variant: TrimLeadingWhitespace) -> UnaryFunc
Source§impl From<TrimTrailingWhitespace> for UnaryFunc
impl From<TrimTrailingWhitespace> for UnaryFunc
Source§fn from(variant: TrimTrailingWhitespace) -> UnaryFunc
fn from(variant: TrimTrailingWhitespace) -> UnaryFunc
Source§impl From<TrimWhitespace> for UnaryFunc
impl From<TrimWhitespace> for UnaryFunc
Source§fn from(variant: TrimWhitespace) -> UnaryFunc
fn from(variant: TrimWhitespace) -> UnaryFunc
Source§impl From<TruncFloat32> for UnaryFunc
impl From<TruncFloat32> for UnaryFunc
Source§fn from(variant: TruncFloat32) -> UnaryFunc
fn from(variant: TruncFloat32) -> UnaryFunc
Source§impl From<TruncFloat64> for UnaryFunc
impl From<TruncFloat64> for UnaryFunc
Source§fn from(variant: TruncFloat64) -> UnaryFunc
fn from(variant: TruncFloat64) -> UnaryFunc
Source§impl From<TruncNumeric> for UnaryFunc
impl From<TruncNumeric> for UnaryFunc
Source§fn from(variant: TruncNumeric) -> UnaryFunc
fn from(variant: TruncNumeric) -> UnaryFunc
Source§impl From<TryParseMonotonicIso8601Timestamp> for UnaryFunc
impl From<TryParseMonotonicIso8601Timestamp> for UnaryFunc
Source§fn from(variant: TryParseMonotonicIso8601Timestamp) -> UnaryFunc
fn from(variant: TryParseMonotonicIso8601Timestamp) -> UnaryFunc
Source§impl From<UnaryFunc> for CastTemplate
impl From<UnaryFunc> for CastTemplate
Source§fn from(u: UnaryFunc) -> CastTemplate
fn from(u: UnaryFunc) -> CastTemplate
Source§impl MzReflect for UnaryFunc
impl MzReflect for UnaryFunc
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 UnaryFunc
impl Ord for UnaryFunc
Source§impl PartialOrd for UnaryFunc
impl PartialOrd for UnaryFunc
Source§impl RustType<ProtoUnaryFunc> for UnaryFunc
impl RustType<ProtoUnaryFunc> for UnaryFunc
Source§fn into_proto(&self) -> ProtoUnaryFunc
fn into_proto(&self) -> ProtoUnaryFunc
Self
into a Proto
value.Source§fn from_proto(proto: ProtoUnaryFunc) -> Result<UnaryFunc, TryFromProtoError>
fn from_proto(proto: ProtoUnaryFunc) -> Result<UnaryFunc, TryFromProtoError>
Source§fn into_proto_owned(self) -> Proto
fn into_proto_owned(self) -> Proto
Self::into_proto
that types can
optionally implement, otherwise, the default implementation
delegates to Self::into_proto
.Source§impl Serialize for UnaryFunc
impl Serialize for UnaryFunc
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 UnaryFunc
impl StructuralPartialEq for UnaryFunc
Auto Trait Implementations§
impl Freeze for UnaryFunc
impl RefUnwindSafe for UnaryFunc
impl Send for UnaryFunc
impl Sync for UnaryFunc
impl Unpin for UnaryFunc
impl UnwindSafe for UnaryFunc
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<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<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> PreferredContainer for T
impl<T> PreferredContainer for T
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§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.