Enum mz_sql::plan::expr::UnaryFunc

source ·
pub enum UnaryFunc {
Show 308 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), CastStringToMzTimestamp(CastStringToMzTimestamp), CastUint64ToMzTimestamp(CastUint64ToMzTimestamp), CastUint32ToMzTimestamp(CastUint32ToMzTimestamp), CastInt64ToMzTimestamp(CastInt64ToMzTimestamp), CastInt32ToMzTimestamp(CastInt32ToMzTimestamp), CastNumericToMzTimestamp(CastNumericToMzTimestamp), CastTimestampToMzTimestamp(CastTimestampToMzTimestamp), CastTimestampTzToMzTimestamp(CastTimestampTzToMzTimestamp), 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), CastJsonbOrNullToJsonb(CastJsonbOrNullToJsonb), CastJsonbToInt16(CastJsonbToInt16), CastJsonbToInt32(CastJsonbToInt32), CastJsonbToInt64(CastJsonbToInt64), CastJsonbToFloat32(CastJsonbToFloat32), CastJsonbToFloat64(CastJsonbToFloat64), CastJsonbToNumeric(CastJsonbToNumeric), CastJsonbToBool(CastJsonbToBool), CastUuidToString(CastUuidToString), CastRecordToString(CastRecordToString), CastRecord1ToRecord2(CastRecord1ToRecord2), CastArrayToArray(CastArrayToArray), CastArrayToString(CastArrayToString), CastListToString(CastListToString), CastList1ToList2(CastList1ToList2), CastArrayToListOneDim(CastArrayToListOneDim), CastMapToString(CastMapToString), CastInt2VectorToString(CastInt2VectorToString), CastRangeToString(CastRangeToString), CeilFloat32(CeilFloat32), CeilFloat64(CeilFloat64), CeilNumeric(CeilNumeric), FloorFloat32(FloorFloat32), FloorFloat64(FloorFloat64), FloorNumeric(FloorNumeric), Ascii(Ascii), 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), 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), 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),
}

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)

§

CastStringToMzTimestamp(CastStringToMzTimestamp)

§

CastUint64ToMzTimestamp(CastUint64ToMzTimestamp)

§

CastUint32ToMzTimestamp(CastUint32ToMzTimestamp)

§

CastInt64ToMzTimestamp(CastInt64ToMzTimestamp)

§

CastInt32ToMzTimestamp(CastInt32ToMzTimestamp)

§

CastNumericToMzTimestamp(CastNumericToMzTimestamp)

§

CastTimestampToMzTimestamp(CastTimestampToMzTimestamp)

§

CastTimestampTzToMzTimestamp(CastTimestampTzToMzTimestamp)

§

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)

§

CastJsonbOrNullToJsonb(CastJsonbOrNullToJsonb)

§

CastJsonbToInt16(CastJsonbToInt16)

§

CastJsonbToInt32(CastJsonbToInt32)

§

CastJsonbToInt64(CastJsonbToInt64)

§

CastJsonbToFloat32(CastJsonbToFloat32)

§

CastJsonbToFloat64(CastJsonbToFloat64)

§

CastJsonbToNumeric(CastJsonbToNumeric)

§

CastJsonbToBool(CastJsonbToBool)

§

CastUuidToString(CastUuidToString)

§

CastRecordToString(CastRecordToString)

§

CastRecord1ToRecord2(CastRecord1ToRecord2)

§

CastArrayToArray(CastArrayToArray)

§

CastArrayToString(CastArrayToString)

§

CastListToString(CastListToString)

§

CastList1ToList2(CastList1ToList2)

§

CastArrayToListOneDim(CastArrayToListOneDim)

§

CastMapToString(CastMapToString)

§

CastInt2VectorToString(CastInt2VectorToString)

§

CastRangeToString(CastRangeToString)

§

CeilFloat32(CeilFloat32)

§

CeilFloat64(CeilFloat64)

§

CeilNumeric(CeilNumeric)

§

FloorFloat32(FloorFloat32)

§

FloorFloat64(FloorFloat64)

§

FloorNumeric(FloorNumeric)

§

Ascii(Ascii)

§

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)

§

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)

§

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)

Implementations§

source§

impl UnaryFunc

source

pub fn eval<'a>( &'a self, datums: &[Datum<'a>], temp_storage: &'a RowArena, a: &'a MirScalarExpr ) -> Result<Datum<'a>, EvalError>

source

pub fn output_type(&self, input_type: ColumnType) -> ColumnType

source

pub fn propagates_nulls(&self) -> bool

source

pub fn introduces_nulls(&self) -> bool

source

pub fn preserves_uniqueness(&self) -> bool

source

pub fn inverse(&self) -> Option<UnaryFunc>

source

pub fn is_monotone(&self) -> bool

source

pub fn could_error(&self) -> bool

source§

impl UnaryFunc

source

pub fn is(&self) -> Option<&'static str>

If the unary_func represents “IS X”, return X.

A helper method for being able to print Not(IsX) as IS NOT X.

Trait Implementations§

source§

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.

§

type Parameters = ()

The type of parameters that arbitrary_with accepts for configuration of the generated Strategy. Parameters must implement Default.
§

type Strategy = Union<BoxedStrategy<UnaryFunc>>

The type of Strategy used to generate values of type Self.
source§

fn arbitrary_with( _: <UnaryFunc as Arbitrary>::Parameters ) -> <UnaryFunc as Arbitrary>::Strategy

Generates a Strategy for producing arbitrary values of type the implementing type (Self). The strategy is passed the arguments given in args. Read more
source§

fn arbitrary() -> Self::Strategy

Generates a Strategy for producing arbitrary values of type the implementing type (Self). Read more
source§

impl Clone for UnaryFunc

source§

fn clone(&self) -> UnaryFunc

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UnaryFunc

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for UnaryFunc

source§

fn deserialize<__D>( __deserializer: __D ) -> Result<UnaryFunc, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for UnaryFunc

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<AbsFloat32> for UnaryFunc

source§

fn from(variant: AbsFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<AbsFloat64> for UnaryFunc

source§

fn from(variant: AbsFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<AbsInt16> for UnaryFunc

source§

fn from(variant: AbsInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<AbsInt32> for UnaryFunc

source§

fn from(variant: AbsInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<AbsInt64> for UnaryFunc

source§

fn from(variant: AbsInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<AbsNumeric> for UnaryFunc

source§

fn from(variant: AbsNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<AclItemGrantee> for UnaryFunc

source§

fn from(variant: AclItemGrantee) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<AclItemGrantor> for UnaryFunc

source§

fn from(variant: AclItemGrantor) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<AclItemPrivileges> for UnaryFunc

source§

fn from(variant: AclItemPrivileges) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Acos> for UnaryFunc

source§

fn from(variant: Acos) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Acosh> for UnaryFunc

source§

fn from(variant: Acosh) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<AdjustNumericScale> for UnaryFunc

source§

fn from(variant: AdjustNumericScale) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<AdjustTimestampPrecision> for UnaryFunc

source§

fn from(variant: AdjustTimestampPrecision) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<AdjustTimestampTzPrecision> for UnaryFunc

source§

fn from(variant: AdjustTimestampTzPrecision) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Ascii> for UnaryFunc

source§

fn from(variant: Ascii) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Asin> for UnaryFunc

source§

fn from(variant: Asin) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Asinh> for UnaryFunc

source§

fn from(variant: Asinh) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Atan> for UnaryFunc

source§

fn from(variant: Atan) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Atanh> for UnaryFunc

source§

fn from(variant: Atanh) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<BitLengthBytes> for UnaryFunc

source§

fn from(variant: BitLengthBytes) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<BitLengthString> for UnaryFunc

source§

fn from(variant: BitLengthString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<BitNotInt16> for UnaryFunc

source§

fn from(variant: BitNotInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<BitNotInt32> for UnaryFunc

source§

fn from(variant: BitNotInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<BitNotInt64> for UnaryFunc

source§

fn from(variant: BitNotInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<BitNotUint16> for UnaryFunc

source§

fn from(variant: BitNotUint16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<BitNotUint32> for UnaryFunc

source§

fn from(variant: BitNotUint32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<BitNotUint64> for UnaryFunc

source§

fn from(variant: BitNotUint64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<ByteLengthBytes> for UnaryFunc

source§

fn from(variant: ByteLengthBytes) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<ByteLengthString> for UnaryFunc

source§

fn from(variant: ByteLengthString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastArrayToArray> for UnaryFunc

source§

fn from(variant: CastArrayToArray) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastArrayToListOneDim> for UnaryFunc

source§

fn from(variant: CastArrayToListOneDim) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastArrayToString> for UnaryFunc

source§

fn from(variant: CastArrayToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastBoolToInt32> for UnaryFunc

source§

fn from(variant: CastBoolToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastBoolToInt64> for UnaryFunc

source§

fn from(variant: CastBoolToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastBoolToString> for UnaryFunc

source§

fn from(variant: CastBoolToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastBoolToStringNonstandard> for UnaryFunc

source§

fn from(variant: CastBoolToStringNonstandard) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastBytesToString> for UnaryFunc

source§

fn from(variant: CastBytesToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastCharToString> for UnaryFunc

source§

fn from(variant: CastCharToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastDateToString> for UnaryFunc

source§

fn from(variant: CastDateToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastDateToTimestamp> for UnaryFunc

source§

fn from(variant: CastDateToTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastDateToTimestampTz> for UnaryFunc

source§

fn from(variant: CastDateToTimestampTz) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat32ToFloat64> for UnaryFunc

source§

fn from(variant: CastFloat32ToFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat32ToInt16> for UnaryFunc

source§

fn from(variant: CastFloat32ToInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat32ToInt32> for UnaryFunc

source§

fn from(variant: CastFloat32ToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat32ToInt64> for UnaryFunc

source§

fn from(variant: CastFloat32ToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat32ToNumeric> for UnaryFunc

source§

fn from(variant: CastFloat32ToNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat32ToString> for UnaryFunc

source§

fn from(variant: CastFloat32ToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat32ToUint16> for UnaryFunc

source§

fn from(variant: CastFloat32ToUint16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat32ToUint32> for UnaryFunc

source§

fn from(variant: CastFloat32ToUint32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat32ToUint64> for UnaryFunc

source§

fn from(variant: CastFloat32ToUint64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat64ToFloat32> for UnaryFunc

source§

fn from(variant: CastFloat64ToFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat64ToInt16> for UnaryFunc

source§

fn from(variant: CastFloat64ToInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat64ToInt32> for UnaryFunc

source§

fn from(variant: CastFloat64ToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat64ToInt64> for UnaryFunc

source§

fn from(variant: CastFloat64ToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat64ToNumeric> for UnaryFunc

source§

fn from(variant: CastFloat64ToNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat64ToString> for UnaryFunc

source§

fn from(variant: CastFloat64ToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat64ToUint16> for UnaryFunc

source§

fn from(variant: CastFloat64ToUint16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat64ToUint32> for UnaryFunc

source§

fn from(variant: CastFloat64ToUint32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastFloat64ToUint64> for UnaryFunc

source§

fn from(variant: CastFloat64ToUint64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt16ToFloat32> for UnaryFunc

source§

fn from(variant: CastInt16ToFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt16ToFloat64> for UnaryFunc

source§

fn from(variant: CastInt16ToFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt16ToInt32> for UnaryFunc

source§

fn from(variant: CastInt16ToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt16ToInt64> for UnaryFunc

source§

fn from(variant: CastInt16ToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt16ToNumeric> for UnaryFunc

source§

fn from(variant: CastInt16ToNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt16ToString> for UnaryFunc

source§

fn from(variant: CastInt16ToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt16ToUint16> for UnaryFunc

source§

fn from(variant: CastInt16ToUint16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt16ToUint32> for UnaryFunc

source§

fn from(variant: CastInt16ToUint32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt16ToUint64> for UnaryFunc

source§

fn from(variant: CastInt16ToUint64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt2VectorToArray> for UnaryFunc

source§

fn from(variant: CastInt2VectorToArray) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt2VectorToString> for UnaryFunc

source§

fn from(variant: CastInt2VectorToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToBool> for UnaryFunc

source§

fn from(variant: CastInt32ToBool) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToFloat32> for UnaryFunc

source§

fn from(variant: CastInt32ToFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToFloat64> for UnaryFunc

source§

fn from(variant: CastInt32ToFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToInt16> for UnaryFunc

source§

fn from(variant: CastInt32ToInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToInt64> for UnaryFunc

source§

fn from(variant: CastInt32ToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToMzTimestamp> for UnaryFunc

source§

fn from(variant: CastInt32ToMzTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToNumeric> for UnaryFunc

source§

fn from(variant: CastInt32ToNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToOid> for UnaryFunc

source§

fn from(variant: CastInt32ToOid) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToPgLegacyChar> for UnaryFunc

source§

fn from(variant: CastInt32ToPgLegacyChar) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToString> for UnaryFunc

source§

fn from(variant: CastInt32ToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToUint16> for UnaryFunc

source§

fn from(variant: CastInt32ToUint16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToUint32> for UnaryFunc

source§

fn from(variant: CastInt32ToUint32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt32ToUint64> for UnaryFunc

source§

fn from(variant: CastInt32ToUint64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToBool> for UnaryFunc

source§

fn from(variant: CastInt64ToBool) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToFloat32> for UnaryFunc

source§

fn from(variant: CastInt64ToFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToFloat64> for UnaryFunc

source§

fn from(variant: CastInt64ToFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToInt16> for UnaryFunc

source§

fn from(variant: CastInt64ToInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToInt32> for UnaryFunc

source§

fn from(variant: CastInt64ToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToMzTimestamp> for UnaryFunc

source§

fn from(variant: CastInt64ToMzTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToNumeric> for UnaryFunc

source§

fn from(variant: CastInt64ToNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToOid> for UnaryFunc

source§

fn from(variant: CastInt64ToOid) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToString> for UnaryFunc

source§

fn from(variant: CastInt64ToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToUint16> for UnaryFunc

source§

fn from(variant: CastInt64ToUint16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToUint32> for UnaryFunc

source§

fn from(variant: CastInt64ToUint32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastInt64ToUint64> for UnaryFunc

source§

fn from(variant: CastInt64ToUint64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastIntervalToString> for UnaryFunc

source§

fn from(variant: CastIntervalToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastIntervalToTime> for UnaryFunc

source§

fn from(variant: CastIntervalToTime) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastJsonbOrNullToJsonb> for UnaryFunc

source§

fn from(variant: CastJsonbOrNullToJsonb) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastJsonbToBool> for UnaryFunc

source§

fn from(variant: CastJsonbToBool) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastJsonbToFloat32> for UnaryFunc

source§

fn from(variant: CastJsonbToFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastJsonbToFloat64> for UnaryFunc

source§

fn from(variant: CastJsonbToFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastJsonbToInt16> for UnaryFunc

source§

fn from(variant: CastJsonbToInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastJsonbToInt32> for UnaryFunc

source§

fn from(variant: CastJsonbToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastJsonbToInt64> for UnaryFunc

source§

fn from(variant: CastJsonbToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastJsonbToNumeric> for UnaryFunc

source§

fn from(variant: CastJsonbToNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastJsonbToString> for UnaryFunc

source§

fn from(variant: CastJsonbToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastList1ToList2> for UnaryFunc

source§

fn from(variant: CastList1ToList2) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastListToString> for UnaryFunc

source§

fn from(variant: CastListToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastMapToString> for UnaryFunc

source§

fn from(variant: CastMapToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastMzTimestampToString> for UnaryFunc

source§

fn from(variant: CastMzTimestampToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastNumericToFloat32> for UnaryFunc

source§

fn from(variant: CastNumericToFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastNumericToFloat64> for UnaryFunc

source§

fn from(variant: CastNumericToFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastNumericToInt16> for UnaryFunc

source§

fn from(variant: CastNumericToInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastNumericToInt32> for UnaryFunc

source§

fn from(variant: CastNumericToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastNumericToInt64> for UnaryFunc

source§

fn from(variant: CastNumericToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastNumericToMzTimestamp> for UnaryFunc

source§

fn from(variant: CastNumericToMzTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastNumericToString> for UnaryFunc

source§

fn from(variant: CastNumericToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastNumericToUint16> for UnaryFunc

source§

fn from(variant: CastNumericToUint16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastNumericToUint32> for UnaryFunc

source§

fn from(variant: CastNumericToUint32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastNumericToUint64> for UnaryFunc

source§

fn from(variant: CastNumericToUint64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastOidToInt32> for UnaryFunc

source§

fn from(variant: CastOidToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastOidToInt64> for UnaryFunc

source§

fn from(variant: CastOidToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastOidToRegClass> for UnaryFunc

source§

fn from(variant: CastOidToRegClass) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastOidToRegProc> for UnaryFunc

source§

fn from(variant: CastOidToRegProc) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastOidToRegType> for UnaryFunc

source§

fn from(variant: CastOidToRegType) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastOidToString> for UnaryFunc

source§

fn from(variant: CastOidToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastPgLegacyCharToChar> for UnaryFunc

source§

fn from(variant: CastPgLegacyCharToChar) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastPgLegacyCharToInt32> for UnaryFunc

source§

fn from(variant: CastPgLegacyCharToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastPgLegacyCharToString> for UnaryFunc

source§

fn from(variant: CastPgLegacyCharToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastPgLegacyCharToVarChar> for UnaryFunc

source§

fn from(variant: CastPgLegacyCharToVarChar) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastRangeToString> for UnaryFunc

source§

fn from(variant: CastRangeToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastRecord1ToRecord2> for UnaryFunc

source§

fn from(variant: CastRecord1ToRecord2) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastRecordToString> for UnaryFunc

source§

fn from(variant: CastRecordToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastRegClassToOid> for UnaryFunc

source§

fn from(variant: CastRegClassToOid) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastRegProcToOid> for UnaryFunc

source§

fn from(variant: CastRegProcToOid) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastRegTypeToOid> for UnaryFunc

source§

fn from(variant: CastRegTypeToOid) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToArray> for UnaryFunc

source§

fn from(variant: CastStringToArray) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToBool> for UnaryFunc

source§

fn from(variant: CastStringToBool) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToBytes> for UnaryFunc

source§

fn from(variant: CastStringToBytes) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToChar> for UnaryFunc

source§

fn from(variant: CastStringToChar) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToDate> for UnaryFunc

source§

fn from(variant: CastStringToDate) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToFloat32> for UnaryFunc

source§

fn from(variant: CastStringToFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToFloat64> for UnaryFunc

source§

fn from(variant: CastStringToFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToInt16> for UnaryFunc

source§

fn from(variant: CastStringToInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToInt2Vector> for UnaryFunc

source§

fn from(variant: CastStringToInt2Vector) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToInt32> for UnaryFunc

source§

fn from(variant: CastStringToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToInt64> for UnaryFunc

source§

fn from(variant: CastStringToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToInterval> for UnaryFunc

source§

fn from(variant: CastStringToInterval) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToJsonb> for UnaryFunc

source§

fn from(variant: CastStringToJsonb) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToList> for UnaryFunc

source§

fn from(variant: CastStringToList) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToMap> for UnaryFunc

source§

fn from(variant: CastStringToMap) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToMzTimestamp> for UnaryFunc

source§

fn from(variant: CastStringToMzTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToNumeric> for UnaryFunc

source§

fn from(variant: CastStringToNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToOid> for UnaryFunc

source§

fn from(variant: CastStringToOid) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToPgLegacyChar> for UnaryFunc

source§

fn from(variant: CastStringToPgLegacyChar) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToPgLegacyName> for UnaryFunc

source§

fn from(variant: CastStringToPgLegacyName) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToRange> for UnaryFunc

source§

fn from(variant: CastStringToRange) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToTime> for UnaryFunc

source§

fn from(variant: CastStringToTime) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToTimestamp> for UnaryFunc

source§

fn from(variant: CastStringToTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToTimestampTz> for UnaryFunc

source§

fn from(variant: CastStringToTimestampTz) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToUint16> for UnaryFunc

source§

fn from(variant: CastStringToUint16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToUint32> for UnaryFunc

source§

fn from(variant: CastStringToUint32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToUint64> for UnaryFunc

source§

fn from(variant: CastStringToUint64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToUuid> for UnaryFunc

source§

fn from(variant: CastStringToUuid) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastStringToVarChar> for UnaryFunc

source§

fn from(variant: CastStringToVarChar) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimeToInterval> for UnaryFunc

source§

fn from(variant: CastTimeToInterval) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimeToString> for UnaryFunc

source§

fn from(variant: CastTimeToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimestampToDate> for UnaryFunc

source§

fn from(variant: CastTimestampToDate) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimestampToMzTimestamp> for UnaryFunc

source§

fn from(variant: CastTimestampToMzTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimestampToString> for UnaryFunc

source§

fn from(variant: CastTimestampToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimestampToTime> for UnaryFunc

source§

fn from(variant: CastTimestampToTime) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimestampToTimestampTz> for UnaryFunc

source§

fn from(variant: CastTimestampToTimestampTz) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimestampTzToDate> for UnaryFunc

source§

fn from(variant: CastTimestampTzToDate) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimestampTzToMzTimestamp> for UnaryFunc

source§

fn from(variant: CastTimestampTzToMzTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimestampTzToString> for UnaryFunc

source§

fn from(variant: CastTimestampTzToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimestampTzToTime> for UnaryFunc

source§

fn from(variant: CastTimestampTzToTime) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastTimestampTzToTimestamp> for UnaryFunc

source§

fn from(variant: CastTimestampTzToTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint16ToFloat32> for UnaryFunc

source§

fn from(variant: CastUint16ToFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint16ToFloat64> for UnaryFunc

source§

fn from(variant: CastUint16ToFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint16ToInt16> for UnaryFunc

source§

fn from(variant: CastUint16ToInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint16ToInt32> for UnaryFunc

source§

fn from(variant: CastUint16ToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint16ToInt64> for UnaryFunc

source§

fn from(variant: CastUint16ToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint16ToNumeric> for UnaryFunc

source§

fn from(variant: CastUint16ToNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint16ToString> for UnaryFunc

source§

fn from(variant: CastUint16ToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint16ToUint32> for UnaryFunc

source§

fn from(variant: CastUint16ToUint32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint16ToUint64> for UnaryFunc

source§

fn from(variant: CastUint16ToUint64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint32ToFloat32> for UnaryFunc

source§

fn from(variant: CastUint32ToFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint32ToFloat64> for UnaryFunc

source§

fn from(variant: CastUint32ToFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint32ToInt16> for UnaryFunc

source§

fn from(variant: CastUint32ToInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint32ToInt32> for UnaryFunc

source§

fn from(variant: CastUint32ToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint32ToInt64> for UnaryFunc

source§

fn from(variant: CastUint32ToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint32ToMzTimestamp> for UnaryFunc

source§

fn from(variant: CastUint32ToMzTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint32ToNumeric> for UnaryFunc

source§

fn from(variant: CastUint32ToNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint32ToString> for UnaryFunc

source§

fn from(variant: CastUint32ToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint32ToUint16> for UnaryFunc

source§

fn from(variant: CastUint32ToUint16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint32ToUint64> for UnaryFunc

source§

fn from(variant: CastUint32ToUint64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint64ToFloat32> for UnaryFunc

source§

fn from(variant: CastUint64ToFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint64ToFloat64> for UnaryFunc

source§

fn from(variant: CastUint64ToFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint64ToInt16> for UnaryFunc

source§

fn from(variant: CastUint64ToInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint64ToInt32> for UnaryFunc

source§

fn from(variant: CastUint64ToInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint64ToInt64> for UnaryFunc

source§

fn from(variant: CastUint64ToInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint64ToMzTimestamp> for UnaryFunc

source§

fn from(variant: CastUint64ToMzTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint64ToNumeric> for UnaryFunc

source§

fn from(variant: CastUint64ToNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint64ToString> for UnaryFunc

source§

fn from(variant: CastUint64ToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint64ToUint16> for UnaryFunc

source§

fn from(variant: CastUint64ToUint16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUint64ToUint32> for UnaryFunc

source§

fn from(variant: CastUint64ToUint32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastUuidToString> for UnaryFunc

source§

fn from(variant: CastUuidToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CastVarCharToString> for UnaryFunc

source§

fn from(variant: CastVarCharToString) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CbrtFloat64> for UnaryFunc

source§

fn from(variant: CbrtFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CeilFloat32> for UnaryFunc

source§

fn from(variant: CeilFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CeilFloat64> for UnaryFunc

source§

fn from(variant: CeilFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CeilNumeric> for UnaryFunc

source§

fn from(variant: CeilNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<CharLength> for UnaryFunc

source§

fn from(variant: CharLength) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Chr> for UnaryFunc

source§

fn from(variant: Chr) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Cos> for UnaryFunc

source§

fn from(variant: Cos) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Cosh> for UnaryFunc

source§

fn from(variant: Cosh) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Cot> for UnaryFunc

source§

fn from(variant: Cot) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<DatePartInterval> for UnaryFunc

source§

fn from(variant: DatePartInterval) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<DatePartTime> for UnaryFunc

source§

fn from(variant: DatePartTime) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<DatePartTimestamp> for UnaryFunc

source§

fn from(variant: DatePartTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<DatePartTimestampTz> for UnaryFunc

source§

fn from(variant: DatePartTimestampTz) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<DateTruncTimestamp> for UnaryFunc

source§

fn from(variant: DateTruncTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<DateTruncTimestampTz> for UnaryFunc

source§

fn from(variant: DateTruncTimestampTz) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Degrees> for UnaryFunc

source§

fn from(variant: Degrees) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Exp> for UnaryFunc

source§

fn from(variant: Exp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<ExpNumeric> for UnaryFunc

source§

fn from(variant: ExpNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<ExtractDate> for UnaryFunc

source§

fn from(variant: ExtractDate) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<ExtractInterval> for UnaryFunc

source§

fn from(variant: ExtractInterval) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<ExtractTime> for UnaryFunc

source§

fn from(variant: ExtractTime) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<ExtractTimestamp> for UnaryFunc

source§

fn from(variant: ExtractTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<ExtractTimestampTz> for UnaryFunc

source§

fn from(variant: ExtractTimestampTz) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<FloorFloat32> for UnaryFunc

source§

fn from(variant: FloorFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<FloorFloat64> for UnaryFunc

source§

fn from(variant: FloorFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<FloorNumeric> for UnaryFunc

source§

fn from(variant: FloorNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<IsFalse> for UnaryFunc

source§

fn from(variant: IsFalse) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<IsLikeMatch> for UnaryFunc

source§

fn from(variant: IsLikeMatch) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<IsNull> for UnaryFunc

source§

fn from(variant: IsNull) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<IsRegexpMatch> for UnaryFunc

source§

fn from(variant: IsRegexpMatch) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<IsTrue> for UnaryFunc

source§

fn from(variant: IsTrue) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<JsonbArrayLength> for UnaryFunc

source§

fn from(variant: JsonbArrayLength) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<JsonbPretty> for UnaryFunc

source§

fn from(variant: JsonbPretty) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<JsonbStripNulls> for UnaryFunc

source§

fn from(variant: JsonbStripNulls) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<JsonbTypeof> for UnaryFunc

source§

fn from(variant: JsonbTypeof) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<JustifyDays> for UnaryFunc

source§

fn from(variant: JustifyDays) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<JustifyHours> for UnaryFunc

source§

fn from(variant: JustifyHours) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<JustifyInterval> for UnaryFunc

source§

fn from(variant: JustifyInterval) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<ListLength> for UnaryFunc

source§

fn from(variant: ListLength) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Ln> for UnaryFunc

source§

fn from(variant: Ln) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<LnNumeric> for UnaryFunc

source§

fn from(variant: LnNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Log10> for UnaryFunc

source§

fn from(variant: Log10) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Log10Numeric> for UnaryFunc

source§

fn from(variant: Log10Numeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Lower> for UnaryFunc

source§

fn from(variant: Lower) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<MapBuildFromRecordList> for UnaryFunc

source§

fn from(variant: MapBuildFromRecordList) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<MapLength> for UnaryFunc

source§

fn from(variant: MapLength) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<MzAclItemGrantee> for UnaryFunc

source§

fn from(variant: MzAclItemGrantee) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<MzAclItemGrantor> for UnaryFunc

source§

fn from(variant: MzAclItemGrantor) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<MzAclItemPrivileges> for UnaryFunc

source§

fn from(variant: MzAclItemPrivileges) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<MzFormatPrivileges> for UnaryFunc

source§

fn from(variant: MzFormatPrivileges) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<MzRowSize> for UnaryFunc

source§

fn from(variant: MzRowSize) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<MzTypeName> for UnaryFunc

source§

fn from(variant: MzTypeName) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<MzValidatePrivileges> for UnaryFunc

source§

fn from(variant: MzValidatePrivileges) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<MzValidateRolePrivilege> for UnaryFunc

source§

fn from(variant: MzValidateRolePrivilege) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<NegFloat32> for UnaryFunc

source§

fn from(variant: NegFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<NegFloat64> for UnaryFunc

source§

fn from(variant: NegFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<NegInt16> for UnaryFunc

source§

fn from(variant: NegInt16) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<NegInt32> for UnaryFunc

source§

fn from(variant: NegInt32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<NegInt64> for UnaryFunc

source§

fn from(variant: NegInt64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<NegInterval> for UnaryFunc

source§

fn from(variant: NegInterval) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<NegNumeric> for UnaryFunc

source§

fn from(variant: NegNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Not> for UnaryFunc

source§

fn from(variant: Not) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<PadChar> for UnaryFunc

source§

fn from(variant: PadChar) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Panic> for UnaryFunc

source§

fn from(variant: Panic) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<PgColumnSize> for UnaryFunc

source§

fn from(variant: PgColumnSize) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<QuoteIdent> for UnaryFunc

source§

fn from(variant: QuoteIdent) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Radians> for UnaryFunc

source§

fn from(variant: Radians) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RangeEmpty> for UnaryFunc

source§

fn from(variant: RangeEmpty) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RangeLower> for UnaryFunc

source§

fn from(variant: RangeLower) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RangeLowerInc> for UnaryFunc

source§

fn from(variant: RangeLowerInc) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RangeLowerInf> for UnaryFunc

source§

fn from(variant: RangeLowerInf) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RangeUpper> for UnaryFunc

source§

fn from(variant: RangeUpper) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RangeUpperInc> for UnaryFunc

source§

fn from(variant: RangeUpperInc) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RangeUpperInf> for UnaryFunc

source§

fn from(variant: RangeUpperInf) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RecordGet> for UnaryFunc

source§

fn from(variant: RecordGet) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RegexpMatch> for UnaryFunc

source§

fn from(variant: RegexpMatch) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RegexpSplitToArray> for UnaryFunc

source§

fn from(variant: RegexpSplitToArray) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RoundFloat32> for UnaryFunc

source§

fn from(variant: RoundFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RoundFloat64> for UnaryFunc

source§

fn from(variant: RoundFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<RoundNumeric> for UnaryFunc

source§

fn from(variant: RoundNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Sin> for UnaryFunc

source§

fn from(variant: Sin) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Sinh> for UnaryFunc

source§

fn from(variant: Sinh) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Sleep> for UnaryFunc

source§

fn from(variant: Sleep) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<SqrtFloat64> for UnaryFunc

source§

fn from(variant: SqrtFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<SqrtNumeric> for UnaryFunc

source§

fn from(variant: SqrtNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<StepMzTimestamp> for UnaryFunc

source§

fn from(variant: StepMzTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Tan> for UnaryFunc

source§

fn from(variant: Tan) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<Tanh> for UnaryFunc

source§

fn from(variant: Tanh) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<TimezoneTime> for UnaryFunc

source§

fn from(variant: TimezoneTime) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<TimezoneTimestamp> for UnaryFunc

source§

fn from(variant: TimezoneTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<TimezoneTimestampTz> for UnaryFunc

source§

fn from(variant: TimezoneTimestampTz) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<ToTimestamp> for UnaryFunc

source§

fn from(variant: ToTimestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<TrimLeadingWhitespace> for UnaryFunc

source§

fn from(variant: TrimLeadingWhitespace) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<TrimTrailingWhitespace> for UnaryFunc

source§

fn from(variant: TrimTrailingWhitespace) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<TrimWhitespace> for UnaryFunc

source§

fn from(variant: TrimWhitespace) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<TruncFloat32> for UnaryFunc

source§

fn from(variant: TruncFloat32) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<TruncFloat64> for UnaryFunc

source§

fn from(variant: TruncFloat64) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<TruncNumeric> for UnaryFunc

source§

fn from(variant: TruncNumeric) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<TryParseMonotonicIso8601Timestamp> for UnaryFunc

source§

fn from(variant: TryParseMonotonicIso8601Timestamp) -> UnaryFunc

Converts to this type from the input type.
source§

impl From<UnaryFunc> for CastTemplate

source§

fn from(u: UnaryFunc) -> CastTemplate

Converts to this type from the input type.
source§

impl From<UnaryFunc> for Operation<HirScalarExpr>

source§

fn from(u: UnaryFunc) -> Operation<HirScalarExpr>

Converts to this type from the input type.
source§

impl From<Upper> for UnaryFunc

source§

fn from(variant: Upper) -> UnaryFunc

Converts to this type from the input type.
source§

impl Hash for UnaryFunc

source§

fn hash<__H>(&self, state: &mut __H)where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl MzReflect for UnaryFunc

source§

fn add_to_reflected_type_info(rti: &mut ReflectedTypeInfo)

Adds names and types of the fields of the struct or enum to rti. Read more
source§

impl Ord for UnaryFunc

source§

fn cmp(&self, other: &UnaryFunc) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for UnaryFunc

source§

fn eq(&self, other: &UnaryFunc) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for UnaryFunc

source§

fn partial_cmp(&self, other: &UnaryFunc) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl RustType<ProtoUnaryFunc> for UnaryFunc

source§

fn into_proto(&self) -> ProtoUnaryFunc

Convert a Self into a Proto value.
source§

fn from_proto(proto: ProtoUnaryFunc) -> Result<UnaryFunc, TryFromProtoError>

Consume and convert a Proto back into a Self value. Read more
source§

impl Serialize for UnaryFunc

source§

fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for UnaryFunc

source§

impl StructuralEq for UnaryFunc

source§

impl StructuralPartialEq for UnaryFunc

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,

source§

fn cast_into(self) -> U

Performs the cast.
source§

impl<Q, K> Comparable<K> for Qwhere Q: Ord + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
source§

impl<T> Conv for T

source§

fn conv<T>(self) -> Twhere Self: Into<T>,

Converts self into T using Into<T>. Read more
source§

impl<T> DynClone for Twhere T: Clone,

source§

impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<T> FmtForward for T

source§

fn fmt_binary(self) -> FmtBinary<Self>where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
source§

fn fmt_display(self) -> FmtDisplay<Self>where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
source§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>where Self: LowerExp,

Causes self to use its LowerExp implementation when Debug-formatted.
source§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>where Self: LowerHex,

Causes self to use its LowerHex implementation when Debug-formatted.
source§

fn fmt_octal(self) -> FmtOctal<Self>where Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
source§

fn fmt_pointer(self) -> FmtPointer<Self>where Self: Pointer,

Causes self to use its Pointer implementation when Debug-formatted.
source§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>where Self: UpperExp,

Causes self to use its UpperExp implementation when Debug-formatted.
source§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>where Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
source§

fn fmt_list(self) -> FmtList<Self>where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> FromRef<T> for Twhere T: Clone,

source§

fn from_ref(input: &T) -> T

Converts to this type from a reference to the input type.
source§

impl<T> FutureExt for T

source§

fn with_context(self, otel_cx: Context) -> WithContext<Self>

Attaches the provided Context to this type, returning a WithContext wrapper. Read more
source§

fn with_current_context(self) -> WithContext<Self>

Attaches the current Context to this type, returning a WithContext wrapper. Read more
source§

impl<T> Hashable for Twhere T: Hash,

§

type Output = u64

The type of the output value.
source§

fn hashed(&self) -> u64

A well-distributed integer derived from the data.
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

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

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> IntoRequest<T> for T

source§

fn into_request(self) -> Request<T>

Wrap the input message T in a tonic::Request
source§

impl<Unshared, Shared> IntoShared<Shared> for Unsharedwhere Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Pipe for Twhere T: ?Sized,

source§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
source§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
source§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
source§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> Rwhere Self: Borrow<B>, B: 'a + ?Sized, R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
source§

fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R ) -> Rwhere Self: BorrowMut<B>, B: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe function. Read more
source§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> Rwhere Self: AsRef<U>, U: 'a + ?Sized, R: 'a,

Borrows 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) -> Rwhere Self: AsMut<U>, U: 'a + ?Sized, R: 'a,

Mutably borrows 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) -> Rwhere Self: Deref<Target = T>, T: 'a + ?Sized, R: 'a,

Borrows self, then passes self.deref() into the pipe function.
source§

fn pipe_deref_mut<'a, T, R>( &'a mut self, func: impl FnOnce(&'a mut T) -> R ) -> Rwhere Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe function.
source§

impl<T> Pointable for T

source§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
source§

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

Initializes a with the given initializer. Read more
source§

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

Dereferences the given pointer. Read more
source§

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

Mutably dereferences the given pointer. Read more
source§

unsafe fn drop(ptr: usize)

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

impl<T> PreferredContainer for Twhere T: Ord + Clone + 'static,

§

type Container = Vec<T>

The preferred container for the type.
source§

impl<T> ProgressEventTimestamp for Twhere T: Data + Debug + Any,

source§

fn as_any(&self) -> &(dyn Any + 'static)

Upcasts this ProgressEventTimestamp to Any. Read more
source§

fn type_name(&self) -> &'static str

Returns the name of the concrete type of this object. Read more
source§

impl<P, R> ProtoType<R> for Pwhere R: RustType<P>,

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> Serialize for Twhere T: Serialize + ?Sized,

source§

fn erased_serialize(&self, serializer: &mut dyn Serializer) -> Result<Ok, Error>

source§

impl<T> Tap for T

source§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
source§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
source§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Selfwhere Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
source§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Selfwhere Self: BorrowMut<B>, B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
source§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Selfwhere Self: AsRef<R>, R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
source§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Selfwhere Self: AsMut<R>, R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
source§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Selfwhere Self: Deref<Target = T>, T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
source§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Selfwhere Self: DerefMut<Target = T> + Deref, T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
source§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
source§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release builds.
source§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Selfwhere Self: Borrow<B>, B: ?Sized,

Calls .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)) -> Selfwhere Self: BorrowMut<B>, B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release builds.
source§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Selfwhere Self: AsRef<R>, R: ?Sized,

Calls .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)) -> Selfwhere Self: AsMut<R>, R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release builds.
source§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Selfwhere Self: Deref<Target = T>, T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release builds.
source§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Selfwhere Self: DerefMut<Target = T> + Deref, T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release builds.
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T> TryConv for T

source§

fn try_conv<T>(self) -> Result<T, Self::Error>where Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

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

§

type Error = Infallible

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

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

Performs the conversion.
source§

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

§

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

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

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

Performs the conversion.
source§

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

source§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> Data for Twhere T: Clone + 'static,

source§

impl<T> Data for Twhere T: Send + Sync + Any + Serialize + for<'a> Deserialize<'a> + 'static,

source§

impl<T> Data for Twhere T: Data + Ord + Debug,

source§

impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,

source§

impl<T> ExchangeData for Twhere T: Data + Data,

source§

impl<T> ExchangeData for Twhere T: ExchangeData + Ord + Debug,