Trait sourceview5::prelude::ToValue
source · pub trait ToValue {
// Required methods
fn to_value(&self) -> Value;
fn value_type(&self) -> Type;
}
Expand description
Trait to convert a value to a Value
.
Similar to other common conversion traits, the following invariants are guaranteed:
- Invertibility:
x.to_value().get().unwrap() == x
. In words,FromValue
is the inverse ofToValue
. - Idempotence:
x.to_value() == x.to_value().to_value()
. In words, applyingToValue
multiple times yields the same result as applying it once. Idempotence also applies the other way around:value.get::<Value>()
is a no-op.
There is also the possibility to wrap values within values, see BoxedValue
. All (un-)boxing needs to be done
manually, and will be preserved under the conversion methods.
The conversion methods may cause values to be cloned, which may result in reference counter changes or heap allocations depending on the source and target type.
Required Methods§
sourcefn value_type(&self) -> Type
fn value_type(&self) -> Type
Returns the type identifier of self
.
This is the type of the value to be returned by to_value
.
Implementations on Foreign Types§
source§impl ToValue for CrossingMode
impl ToValue for CrossingMode
source§impl ToValue for DevicePadFeature
impl ToValue for DevicePadFeature
source§impl ToValue for DeviceToolType
impl ToValue for DeviceToolType
source§impl ToValue for DragCancelReason
impl ToValue for DragCancelReason
source§impl ToValue for FullscreenMode
impl ToValue for FullscreenMode
source§impl ToValue for InputSource
impl ToValue for InputSource
source§impl ToValue for MemoryFormat
impl ToValue for MemoryFormat
source§impl ToValue for NotifyType
impl ToValue for NotifyType
source§impl ToValue for ScrollDirection
impl ToValue for ScrollDirection
source§impl ToValue for ScrollUnit
impl ToValue for ScrollUnit
source§impl ToValue for SubpixelLayout
impl ToValue for SubpixelLayout
source§impl ToValue for SurfaceEdge
impl ToValue for SurfaceEdge
source§impl ToValue for TextureError
impl ToValue for TextureError
source§impl ToValue for TitlebarGesture
impl ToValue for TitlebarGesture
source§impl ToValue for TouchpadGesturePhase
impl ToValue for TouchpadGesturePhase
source§impl ToValue for VulkanError
impl ToValue for VulkanError
source§impl ToValue for GLUniformType
impl ToValue for GLUniformType
source§impl ToValue for RenderNodeType
impl ToValue for RenderNodeType
source§impl ToValue for ScalingFilter
impl ToValue for ScalingFilter
source§impl ToValue for SerializationError
impl ToValue for SerializationError
source§impl ToValue for TransformCategory
impl ToValue for TransformCategory
source§impl ToValue for AccessibleAutocomplete
impl ToValue for AccessibleAutocomplete
source§impl ToValue for AccessibleInvalidState
impl ToValue for AccessibleInvalidState
source§impl ToValue for AccessiblePlatformState
impl ToValue for AccessiblePlatformState
source§impl ToValue for AccessibleProperty
impl ToValue for AccessibleProperty
source§impl ToValue for AccessibleRelation
impl ToValue for AccessibleRelation
source§impl ToValue for AccessibleRole
impl ToValue for AccessibleRole
source§impl ToValue for AccessibleSort
impl ToValue for AccessibleSort
source§impl ToValue for AccessibleState
impl ToValue for AccessibleState
source§impl ToValue for AccessibleTristate
impl ToValue for AccessibleTristate
source§impl ToValue for AssistantPageType
impl ToValue for AssistantPageType
source§impl ToValue for BaselinePosition
impl ToValue for BaselinePosition
source§impl ToValue for BorderStyle
impl ToValue for BorderStyle
source§impl ToValue for BuilderError
impl ToValue for BuilderError
source§impl ToValue for ButtonsType
impl ToValue for ButtonsType
source§impl ToValue for CellRendererAccelMode
impl ToValue for CellRendererAccelMode
source§impl ToValue for CellRendererMode
impl ToValue for CellRendererMode
source§impl ToValue for ConstraintAttribute
impl ToValue for ConstraintAttribute
source§impl ToValue for ConstraintRelation
impl ToValue for ConstraintRelation
source§impl ToValue for ConstraintStrength
impl ToValue for ConstraintStrength
source§impl ToValue for ConstraintVflParserError
impl ToValue for ConstraintVflParserError
source§impl ToValue for ContentFit
impl ToValue for ContentFit
source§impl ToValue for CornerType
impl ToValue for CornerType
source§impl ToValue for DeleteType
impl ToValue for DeleteType
source§impl ToValue for DialogError
impl ToValue for DialogError
source§impl ToValue for DirectionType
impl ToValue for DirectionType
source§impl ToValue for EditableProperties
impl ToValue for EditableProperties
source§impl ToValue for EntryIconPosition
impl ToValue for EntryIconPosition
source§impl ToValue for EventSequenceState
impl ToValue for EventSequenceState
source§impl ToValue for FileChooserAction
impl ToValue for FileChooserAction
source§impl ToValue for FileChooserError
impl ToValue for FileChooserError
source§impl ToValue for FilterChange
impl ToValue for FilterChange
source§impl ToValue for FilterMatch
impl ToValue for FilterMatch
source§impl ToValue for IconThemeError
impl ToValue for IconThemeError
source§impl ToValue for IconViewDropPosition
impl ToValue for IconViewDropPosition
source§impl ToValue for InputPurpose
impl ToValue for InputPurpose
source§impl ToValue for InscriptionOverflow
impl ToValue for InscriptionOverflow
source§impl ToValue for Justification
impl ToValue for Justification
source§impl ToValue for LevelBarMode
impl ToValue for LevelBarMode
source§impl ToValue for ListTabBehavior
impl ToValue for ListTabBehavior
source§impl ToValue for MessageType
impl ToValue for MessageType
source§impl ToValue for MovementStep
impl ToValue for MovementStep
source§impl ToValue for NaturalWrapMode
impl ToValue for NaturalWrapMode
source§impl ToValue for NotebookTab
impl ToValue for NotebookTab
source§impl ToValue for NumberUpLayout
impl ToValue for NumberUpLayout
source§impl ToValue for Orientation
impl ToValue for Orientation
source§impl ToValue for PadActionType
impl ToValue for PadActionType
source§impl ToValue for PageOrientation
impl ToValue for PageOrientation
source§impl ToValue for PanDirection
impl ToValue for PanDirection
source§impl ToValue for PolicyType
impl ToValue for PolicyType
source§impl ToValue for PositionType
impl ToValue for PositionType
source§impl ToValue for PrintDuplex
impl ToValue for PrintDuplex
source§impl ToValue for PrintError
impl ToValue for PrintError
source§impl ToValue for PrintOperationAction
impl ToValue for PrintOperationAction
source§impl ToValue for PrintOperationResult
impl ToValue for PrintOperationResult
source§impl ToValue for PrintPages
impl ToValue for PrintPages
source§impl ToValue for PrintQuality
impl ToValue for PrintQuality
source§impl ToValue for PrintStatus
impl ToValue for PrintStatus
source§impl ToValue for PropagationLimit
impl ToValue for PropagationLimit
source§impl ToValue for PropagationPhase
impl ToValue for PropagationPhase
source§impl ToValue for RecentManagerError
impl ToValue for RecentManagerError
source§impl ToValue for RevealerTransitionType
impl ToValue for RevealerTransitionType
source§impl ToValue for ScrollStep
impl ToValue for ScrollStep
source§impl ToValue for ScrollType
impl ToValue for ScrollType
source§impl ToValue for ScrollablePolicy
impl ToValue for ScrollablePolicy
source§impl ToValue for SelectionMode
impl ToValue for SelectionMode
source§impl ToValue for SensitivityType
impl ToValue for SensitivityType
source§impl ToValue for ShortcutScope
impl ToValue for ShortcutScope
source§impl ToValue for ShortcutType
impl ToValue for ShortcutType
source§impl ToValue for SizeGroupMode
impl ToValue for SizeGroupMode
source§impl ToValue for SizeRequestMode
impl ToValue for SizeRequestMode
source§impl ToValue for SorterChange
impl ToValue for SorterChange
source§impl ToValue for SorterOrder
impl ToValue for SorterOrder
source§impl ToValue for SpinButtonUpdatePolicy
impl ToValue for SpinButtonUpdatePolicy
source§impl ToValue for StackTransitionType
impl ToValue for StackTransitionType
source§impl ToValue for StringFilterMatchMode
impl ToValue for StringFilterMatchMode
source§impl ToValue for SymbolicColor
impl ToValue for SymbolicColor
source§impl ToValue for SystemSetting
impl ToValue for SystemSetting
source§impl ToValue for TextDirection
impl ToValue for TextDirection
source§impl ToValue for TextExtendSelection
impl ToValue for TextExtendSelection
source§impl ToValue for TextViewLayer
impl ToValue for TextViewLayer
source§impl ToValue for TextWindowType
impl ToValue for TextWindowType
source§impl ToValue for TreeViewColumnSizing
impl ToValue for TreeViewColumnSizing
source§impl ToValue for TreeViewDropPosition
impl ToValue for TreeViewDropPosition
source§impl ToValue for TreeViewGridLines
impl ToValue for TreeViewGridLines
source§impl ToValue for ResponseType
impl ToValue for ResponseType
source§impl ToValue for DeviceType
impl ToValue for DeviceType
source§impl ToValue for FontWeight
impl ToValue for FontWeight
source§impl ToValue for HintMetrics
impl ToValue for HintMetrics
source§impl ToValue for PathDataType
impl ToValue for PathDataType
source§impl ToValue for PatternType
impl ToValue for PatternType
source§impl ToValue for RegionOverlap
impl ToValue for RegionOverlap
source§impl ToValue for SubpixelOrder
impl ToValue for SubpixelOrder
source§impl ToValue for SurfaceType
impl ToValue for SurfaceType
source§impl ToValue for TextClusterFlags
impl ToValue for TextClusterFlags
source§impl ToValue for Colorspace
impl ToValue for Colorspace
source§impl ToValue for InterpType
impl ToValue for InterpType
source§impl ToValue for PixbufAlphaMode
impl ToValue for PixbufAlphaMode
source§impl ToValue for PixbufError
impl ToValue for PixbufError
source§impl ToValue for PixbufRotation
impl ToValue for PixbufRotation
source§impl ToValue for ConverterResult
impl ToValue for ConverterResult
source§impl ToValue for CredentialsType
impl ToValue for CredentialsType
source§impl ToValue for DBusMessageByteOrder
impl ToValue for DBusMessageByteOrder
source§impl ToValue for DBusMessageHeaderField
impl ToValue for DBusMessageHeaderField
source§impl ToValue for DBusMessageType
impl ToValue for DBusMessageType
source§impl ToValue for DataStreamByteOrder
impl ToValue for DataStreamByteOrder
source§impl ToValue for DataStreamNewlineType
impl ToValue for DataStreamNewlineType
source§impl ToValue for DriveStartStopType
impl ToValue for DriveStartStopType
source§impl ToValue for EmblemOrigin
impl ToValue for EmblemOrigin
source§impl ToValue for FileAttributeStatus
impl ToValue for FileAttributeStatus
source§impl ToValue for FileAttributeType
impl ToValue for FileAttributeType
source§impl ToValue for FileMonitorEvent
impl ToValue for FileMonitorEvent
source§impl ToValue for IOErrorEnum
impl ToValue for IOErrorEnum
source§impl ToValue for MemoryMonitorWarningLevel
impl ToValue for MemoryMonitorWarningLevel
source§impl ToValue for MountOperationResult
impl ToValue for MountOperationResult
source§impl ToValue for NetworkConnectivity
impl ToValue for NetworkConnectivity
source§impl ToValue for NotificationPriority
impl ToValue for NotificationPriority
source§impl ToValue for PasswordSave
impl ToValue for PasswordSave
source§impl ToValue for PollableReturn
impl ToValue for PollableReturn
source§impl ToValue for ResolverError
impl ToValue for ResolverError
source§impl ToValue for ResolverRecordType
impl ToValue for ResolverRecordType
source§impl ToValue for ResourceError
impl ToValue for ResourceError
source§impl ToValue for SocketClientEvent
impl ToValue for SocketClientEvent
source§impl ToValue for SocketFamily
impl ToValue for SocketFamily
source§impl ToValue for SocketListenerEvent
impl ToValue for SocketListenerEvent
source§impl ToValue for SocketProtocol
impl ToValue for SocketProtocol
source§impl ToValue for SocketType
impl ToValue for SocketType
source§impl ToValue for TlsAuthenticationMode
impl ToValue for TlsAuthenticationMode
source§impl ToValue for TlsCertificateRequestFlags
impl ToValue for TlsCertificateRequestFlags
source§impl ToValue for TlsChannelBindingType
impl ToValue for TlsChannelBindingType
source§impl ToValue for TlsDatabaseLookupFlags
impl ToValue for TlsDatabaseLookupFlags
source§impl ToValue for TlsInteractionResult
impl ToValue for TlsInteractionResult
source§impl ToValue for TlsRehandshakeMode
impl ToValue for TlsRehandshakeMode
source§impl ToValue for UnixSocketAddressType
impl ToValue for UnixSocketAddressType
source§impl ToValue for ZlibCompressorFormat
impl ToValue for ZlibCompressorFormat
source§impl ToValue for BaselineShift
impl ToValue for BaselineShift
source§impl ToValue for CoverageLevel
impl ToValue for CoverageLevel
source§impl ToValue for EllipsizeMode
impl ToValue for EllipsizeMode
source§impl ToValue for GravityHint
impl ToValue for GravityHint
source§impl ToValue for RenderPart
impl ToValue for RenderPart
source§impl ToValue for TextTransform
impl ToValue for TextTransform
source§impl ToValue for AnchorHints
impl ToValue for AnchorHints
source§impl ToValue for DragAction
impl ToValue for DragAction
source§impl ToValue for FrameClockPhase
impl ToValue for FrameClockPhase
source§impl ToValue for ModifierType
impl ToValue for ModifierType
source§impl ToValue for PaintableFlags
impl ToValue for PaintableFlags
source§impl ToValue for SeatCapabilities
impl ToValue for SeatCapabilities
source§impl ToValue for ToplevelState
impl ToValue for ToplevelState
source§impl ToValue for BorderNode
impl ToValue for BorderNode
source§impl ToValue for ColorMatrixNode
impl ToValue for ColorMatrixNode
source§impl ToValue for ConicGradientNode
impl ToValue for ConicGradientNode
source§impl ToValue for ContainerNode
impl ToValue for ContainerNode
source§impl ToValue for CrossFadeNode
impl ToValue for CrossFadeNode
source§impl ToValue for GLShaderNode
impl ToValue for GLShaderNode
source§impl ToValue for InsetShadowNode
impl ToValue for InsetShadowNode
source§impl ToValue for LinearGradientNode
impl ToValue for LinearGradientNode
source§impl ToValue for OpacityNode
impl ToValue for OpacityNode
source§impl ToValue for OutsetShadowNode
impl ToValue for OutsetShadowNode
source§impl ToValue for RadialGradientNode
impl ToValue for RadialGradientNode
source§impl ToValue for RepeatNode
impl ToValue for RepeatNode
source§impl ToValue for RoundedClipNode
impl ToValue for RoundedClipNode
source§impl ToValue for ShadowNode
impl ToValue for ShadowNode
source§impl ToValue for TextureNode
impl ToValue for TextureNode
source§impl ToValue for TextureScaleNode
impl ToValue for TextureScaleNode
source§impl ToValue for TransformNode
impl ToValue for TransformNode
source§impl ToValue for ClosureExpression
impl ToValue for ClosureExpression
source§impl ToValue for ConstantExpression
impl ToValue for ConstantExpression
source§impl ToValue for Expression
impl ToValue for Expression
source§impl ToValue for ApplicationInhibitFlags
impl ToValue for ApplicationInhibitFlags
source§impl ToValue for BuilderClosureFlags
impl ToValue for BuilderClosureFlags
source§impl ToValue for CellRendererState
impl ToValue for CellRendererState
source§impl ToValue for DebugFlags
impl ToValue for DebugFlags
source§impl ToValue for DialogFlags
impl ToValue for DialogFlags
source§impl ToValue for EventControllerScrollFlags
impl ToValue for EventControllerScrollFlags
source§impl ToValue for FontChooserLevel
impl ToValue for FontChooserLevel
source§impl ToValue for IconLookupFlags
impl ToValue for IconLookupFlags
source§impl ToValue for InputHints
impl ToValue for InputHints
source§impl ToValue for ListScrollFlags
impl ToValue for ListScrollFlags
source§impl ToValue for PopoverMenuFlags
impl ToValue for PopoverMenuFlags
source§impl ToValue for PrintCapabilities
impl ToValue for PrintCapabilities
source§impl ToValue for ShortcutActionFlags
impl ToValue for ShortcutActionFlags
source§impl ToValue for StateFlags
impl ToValue for StateFlags
source§impl ToValue for StyleContextPrintFlags
impl ToValue for StyleContextPrintFlags
source§impl ToValue for TextSearchFlags
impl ToValue for TextSearchFlags
source§impl ToValue for TreeModelFlags
impl ToValue for TreeModelFlags
source§impl ToValue for ObjectExpression
impl ToValue for ObjectExpression
source§impl ToValue for PropertyExpression
impl ToValue for PropertyExpression
source§impl ToValue for ImageSurface
impl ToValue for ImageSurface
source§impl ToValue for RecordingSurface
impl ToValue for RecordingSurface
source§impl ToValue for RectangleInt
impl ToValue for RectangleInt
source§impl ToValue for AppInfoCreateFlags
impl ToValue for AppInfoCreateFlags
source§impl ToValue for ApplicationFlags
impl ToValue for ApplicationFlags
source§impl ToValue for AskPasswordFlags
impl ToValue for AskPasswordFlags
source§impl ToValue for BusNameOwnerFlags
impl ToValue for BusNameOwnerFlags
source§impl ToValue for BusNameWatcherFlags
impl ToValue for BusNameWatcherFlags
source§impl ToValue for ConverterFlags
impl ToValue for ConverterFlags
source§impl ToValue for DBusCallFlags
impl ToValue for DBusCallFlags
source§impl ToValue for DBusCapabilityFlags
impl ToValue for DBusCapabilityFlags
source§impl ToValue for DBusConnectionFlags
impl ToValue for DBusConnectionFlags
source§impl ToValue for DBusInterfaceSkeletonFlags
impl ToValue for DBusInterfaceSkeletonFlags
source§impl ToValue for DBusMessageFlags
impl ToValue for DBusMessageFlags
source§impl ToValue for DBusProxyFlags
impl ToValue for DBusProxyFlags
source§impl ToValue for DBusSendMessageFlags
impl ToValue for DBusSendMessageFlags
source§impl ToValue for DBusServerFlags
impl ToValue for DBusServerFlags
source§impl ToValue for DBusSignalFlags
impl ToValue for DBusSignalFlags
source§impl ToValue for DriveStartFlags
impl ToValue for DriveStartFlags
source§impl ToValue for FileAttributeInfoFlags
impl ToValue for FileAttributeInfoFlags
source§impl ToValue for FileCopyFlags
impl ToValue for FileCopyFlags
source§impl ToValue for FileCreateFlags
impl ToValue for FileCreateFlags
source§impl ToValue for FileMeasureFlags
impl ToValue for FileMeasureFlags
source§impl ToValue for FileMonitorFlags
impl ToValue for FileMonitorFlags
source§impl ToValue for FileQueryInfoFlags
impl ToValue for FileQueryInfoFlags
source§impl ToValue for IOStreamSpliceFlags
impl ToValue for IOStreamSpliceFlags
source§impl ToValue for MountMountFlags
impl ToValue for MountMountFlags
source§impl ToValue for MountUnmountFlags
impl ToValue for MountUnmountFlags
source§impl ToValue for OutputStreamSpliceFlags
impl ToValue for OutputStreamSpliceFlags
source§impl ToValue for ResolverNameLookupFlags
impl ToValue for ResolverNameLookupFlags
source§impl ToValue for ResourceLookupFlags
impl ToValue for ResourceLookupFlags
source§impl ToValue for SettingsBindFlags
impl ToValue for SettingsBindFlags
source§impl ToValue for SubprocessFlags
impl ToValue for SubprocessFlags
source§impl ToValue for TlsCertificateFlags
impl ToValue for TlsCertificateFlags
source§impl ToValue for TlsDatabaseVerifyFlags
impl ToValue for TlsDatabaseVerifyFlags
source§impl ToValue for TlsPasswordFlags
impl ToValue for TlsPasswordFlags
source§impl ToValue for SocketMsgFlags
impl ToValue for SocketMsgFlags
source§impl ToValue for LayoutDeserializeFlags
impl ToValue for LayoutDeserializeFlags
source§impl ToValue for LayoutSerializeFlags
impl ToValue for LayoutSerializeFlags
source§impl ToValue for ShapeFlags
impl ToValue for ShapeFlags
source§impl<T> ToValue for Option<T>where
T: ToValueOptional + StaticType,
impl<T> ToValue for Option<T>where
T: ToValueOptional + StaticType,
Blanket implementation for all optional types.
source§impl<T> ToValue for &Twhere
T: ToValue + StaticType,
impl<T> ToValue for &Twhere
T: ToValue + StaticType,
Blanket implementation for all references.