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 of ToValue.
  • Idempotence: x.to_value() == x.to_value().to_value(). In words, applying ToValue 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§

source

fn to_value(&self) -> Value

Convert a value to a Value.

source

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 &str

source§

impl ToValue for &Path

source§

impl ToValue for AxisUse

source§

impl ToValue for CrossingMode

source§

impl ToValue for DevicePadFeature

source§

impl ToValue for DeviceToolType

source§

impl ToValue for DragCancelReason

source§

impl ToValue for EventType

source§

impl ToValue for FullscreenMode

source§

impl ToValue for GLError

source§

impl ToValue for Gravity

source§

impl ToValue for InputSource

source§

impl ToValue for KeyMatch

source§

impl ToValue for MemoryFormat

source§

impl ToValue for NotifyType

source§

impl ToValue for ScrollDirection

source§

impl ToValue for ScrollUnit

source§

impl ToValue for SubpixelLayout

source§

impl ToValue for SurfaceEdge

source§

impl ToValue for TextureError

source§

impl ToValue for TitlebarGesture

source§

impl ToValue for TouchpadGesturePhase

source§

impl ToValue for VulkanError

source§

impl ToValue for BlendMode

source§

impl ToValue for Corner

source§

impl ToValue for GLUniformType

source§

impl ToValue for MaskMode

source§

impl ToValue for RenderNodeType

source§

impl ToValue for ScalingFilter

source§

impl ToValue for SerializationError

source§

impl ToValue for TransformCategory

source§

impl ToValue for AccessibleAutocomplete

source§

impl ToValue for AccessibleInvalidState

source§

impl ToValue for AccessiblePlatformState

source§

impl ToValue for AccessibleProperty

source§

impl ToValue for AccessibleRelation

source§

impl ToValue for AccessibleRole

source§

impl ToValue for AccessibleSort

source§

impl ToValue for AccessibleState

source§

impl ToValue for AccessibleTristate

source§

impl ToValue for ArrowType

source§

impl ToValue for AssistantPageType

source§

impl ToValue for BaselinePosition

source§

impl ToValue for BorderStyle

source§

impl ToValue for BuilderError

source§

impl ToValue for ButtonsType

source§

impl ToValue for CellRendererAccelMode

source§

impl ToValue for CellRendererMode

source§

impl ToValue for Collation

source§

impl ToValue for ConstraintAttribute

source§

impl ToValue for ConstraintRelation

source§

impl ToValue for ConstraintStrength

source§

impl ToValue for ConstraintVflParserError

source§

impl ToValue for ContentFit

source§

impl ToValue for CornerType

source§

impl ToValue for DeleteType

source§

impl ToValue for DialogError

source§

impl ToValue for DirectionType

source§

impl ToValue for EditableProperties

source§

impl ToValue for EntryIconPosition

source§

impl ToValue for EventSequenceState

source§

impl ToValue for FileChooserAction

source§

impl ToValue for FileChooserError

source§

impl ToValue for FilterChange

source§

impl ToValue for FilterMatch

source§

impl ToValue for FontLevel

source§

impl ToValue for IconSize

source§

impl ToValue for IconThemeError

source§

impl ToValue for IconViewDropPosition

source§

impl ToValue for ImageType

source§

impl ToValue for InputPurpose

source§

impl ToValue for InscriptionOverflow

source§

impl ToValue for Justification

source§

impl ToValue for LevelBarMode

source§

impl ToValue for License

source§

impl ToValue for ListTabBehavior

source§

impl ToValue for MessageType

source§

impl ToValue for MovementStep

source§

impl ToValue for NaturalWrapMode

source§

impl ToValue for NotebookTab

source§

impl ToValue for NumberUpLayout

source§

impl ToValue for Ordering

source§

impl ToValue for Orientation

source§

impl ToValue for Overflow

source§

impl ToValue for PackType

source§

impl ToValue for PadActionType

source§

impl ToValue for PageOrientation

source§

impl ToValue for PageSet

source§

impl ToValue for PanDirection

source§

impl ToValue for PolicyType

source§

impl ToValue for PositionType

source§

impl ToValue for PrintDuplex

source§

impl ToValue for PrintError

source§

impl ToValue for PrintOperationAction

source§

impl ToValue for PrintOperationResult

source§

impl ToValue for PrintPages

source§

impl ToValue for PrintQuality

source§

impl ToValue for PrintStatus

source§

impl ToValue for PropagationLimit

source§

impl ToValue for PropagationPhase

source§

impl ToValue for RecentManagerError

source§

impl ToValue for RevealerTransitionType

source§

impl ToValue for ScrollStep

source§

impl ToValue for ScrollType

source§

impl ToValue for ScrollablePolicy

source§

impl ToValue for SelectionMode

source§

impl ToValue for SensitivityType

source§

impl ToValue for ShortcutScope

source§

impl ToValue for ShortcutType

source§

impl ToValue for SizeGroupMode

source§

impl ToValue for SizeRequestMode

source§

impl ToValue for SortType

source§

impl ToValue for SorterChange

source§

impl ToValue for SorterOrder

source§

impl ToValue for SpinButtonUpdatePolicy

source§

impl ToValue for SpinType

source§

impl ToValue for StackTransitionType

source§

impl ToValue for StringFilterMatchMode

source§

impl ToValue for SymbolicColor

source§

impl ToValue for SystemSetting

source§

impl ToValue for TextDirection

source§

impl ToValue for TextExtendSelection

source§

impl ToValue for TextViewLayer

source§

impl ToValue for TextWindowType

source§

impl ToValue for TreeViewColumnSizing

source§

impl ToValue for TreeViewDropPosition

source§

impl ToValue for TreeViewGridLines

source§

impl ToValue for Unit

source§

impl ToValue for WrapMode

source§

impl ToValue for Align

source§

impl ToValue for ResponseType

source§

impl ToValue for Antialias

source§

impl ToValue for Content

source§

impl ToValue for DeviceType

source§

impl ToValue for Extend

source§

impl ToValue for FillRule

source§

impl ToValue for Filter

source§

impl ToValue for FontSlant

source§

impl ToValue for FontType

source§

impl ToValue for FontWeight

source§

impl ToValue for Format

source§

impl ToValue for HintMetrics

source§

impl ToValue for HintStyle

source§

impl ToValue for LineCap

source§

impl ToValue for LineJoin

source§

impl ToValue for Operator

source§

impl ToValue for PathDataType

source§

impl ToValue for PatternType

source§

impl ToValue for RegionOverlap

source§

impl ToValue for SubpixelOrder

source§

impl ToValue for SurfaceType

source§

impl ToValue for TextClusterFlags

source§

impl ToValue for Colorspace

source§

impl ToValue for InterpType

source§

impl ToValue for PixbufAlphaMode

source§

impl ToValue for PixbufError

source§

impl ToValue for PixbufRotation

source§

impl ToValue for BusType

source§

impl ToValue for ConverterResult

source§

impl ToValue for CredentialsType

source§

impl ToValue for DBusMessageByteOrder

source§

impl ToValue for DBusMessageHeaderField

source§

impl ToValue for DBusMessageType

source§

impl ToValue for DataStreamByteOrder

source§

impl ToValue for DataStreamNewlineType

source§

impl ToValue for DriveStartStopType

source§

impl ToValue for EmblemOrigin

source§

impl ToValue for FileAttributeStatus

source§

impl ToValue for FileAttributeType

source§

impl ToValue for FileMonitorEvent

source§

impl ToValue for FileType

source§

impl ToValue for IOErrorEnum

source§

impl ToValue for MemoryMonitorWarningLevel

source§

impl ToValue for MountOperationResult

source§

impl ToValue for NetworkConnectivity

source§

impl ToValue for NotificationPriority

source§

impl ToValue for PasswordSave

source§

impl ToValue for PollableReturn

source§

impl ToValue for ResolverError

source§

impl ToValue for ResolverRecordType

source§

impl ToValue for ResourceError

source§

impl ToValue for SocketClientEvent

source§

impl ToValue for SocketFamily

source§

impl ToValue for SocketListenerEvent

source§

impl ToValue for SocketProtocol

source§

impl ToValue for SocketType

source§

impl ToValue for TlsAuthenticationMode

source§

impl ToValue for TlsCertificateRequestFlags

source§

impl ToValue for TlsChannelBindingType

source§

impl ToValue for TlsDatabaseLookupFlags

source§

impl ToValue for TlsError

source§

impl ToValue for TlsInteractionResult

source§

impl ToValue for TlsRehandshakeMode

source§

impl ToValue for UnixSocketAddressType

source§

impl ToValue for ZlibCompressorFormat

source§

impl ToValue for Alignment

source§

impl ToValue for AttrType

source§

impl ToValue for BaselineShift

source§

impl ToValue for BidiType

source§

impl ToValue for CoverageLevel

source§

impl ToValue for Direction

source§

impl ToValue for EllipsizeMode

source§

impl ToValue for FontScale

source§

impl ToValue for Gravity

source§

impl ToValue for GravityHint

source§

impl ToValue for Overline

source§

impl ToValue for RenderPart

source§

impl ToValue for Script

source§

impl ToValue for Stretch

source§

impl ToValue for Style

source§

impl ToValue for TabAlign

source§

impl ToValue for TextTransform

source§

impl ToValue for Underline

source§

impl ToValue for Variant

source§

impl ToValue for Weight

source§

impl ToValue for WrapMode

source§

impl ToValue for bool

source§

impl ToValue for char

source§

impl ToValue for f32

source§

impl ToValue for f64

source§

impl ToValue for i8

source§

impl ToValue for i32

source§

impl ToValue for i64

source§

impl ToValue for *mut c_void

source§

impl ToValue for str

source§

impl ToValue for u8

source§

impl ToValue for u32

source§

impl ToValue for u64

source§

impl ToValue for Box<str>

source§

impl ToValue for String

source§

impl ToValue for Vec<String>

source§

impl ToValue for Vec<GString>

source§

impl ToValue for NonZero<i8>

source§

impl ToValue for NonZero<i32>

source§

impl ToValue for NonZero<i64>

source§

impl ToValue for NonZero<u8>

source§

impl ToValue for NonZero<u32>

source§

impl ToValue for NonZero<u64>

source§

impl ToValue for NonNull<c_void>

source§

impl ToValue for Path

source§

impl ToValue for PathBuf

source§

impl ToValue for AnchorHints

source§

impl ToValue for AxisFlags

source§

impl ToValue for DragAction

source§

impl ToValue for FrameClockPhase

source§

impl ToValue for GLAPI

source§

impl ToValue for ModifierType

source§

impl ToValue for PaintableFlags

source§

impl ToValue for SeatCapabilities

source§

impl ToValue for ToplevelState

source§

impl ToValue for Key

source§

impl ToValue for BlendNode

source§

impl ToValue for BlurNode

source§

impl ToValue for BorderNode

source§

impl ToValue for CairoNode

source§

impl ToValue for ClipNode

source§

impl ToValue for ColorMatrixNode

source§

impl ToValue for ColorNode

source§

impl ToValue for ConicGradientNode

source§

impl ToValue for ContainerNode

source§

impl ToValue for CrossFadeNode

source§

impl ToValue for DebugNode

source§

impl ToValue for GLShaderNode

source§

impl ToValue for InsetShadowNode

source§

impl ToValue for LinearGradientNode

source§

impl ToValue for MaskNode

source§

impl ToValue for OpacityNode

source§

impl ToValue for OutsetShadowNode

source§

impl ToValue for RadialGradientNode

source§

impl ToValue for RepeatNode

source§

impl ToValue for RepeatingLinearGradientNode

source§

impl ToValue for RepeatingRadialGradientNode

source§

impl ToValue for RoundedClipNode

source§

impl ToValue for ShadowNode

source§

impl ToValue for TextNode

source§

impl ToValue for TextureNode

source§

impl ToValue for TextureScaleNode

source§

impl ToValue for TransformNode

source§

impl ToValue for ClosureExpression

source§

impl ToValue for ConstantExpression

source§

impl ToValue for Expression

source§

impl ToValue for ApplicationInhibitFlags

source§

impl ToValue for BuilderClosureFlags

source§

impl ToValue for CellRendererState

source§

impl ToValue for DebugFlags

source§

impl ToValue for DialogFlags

source§

impl ToValue for EventControllerScrollFlags

source§

impl ToValue for FontChooserLevel

source§

impl ToValue for IconLookupFlags

source§

impl ToValue for InputHints

source§

impl ToValue for ListScrollFlags

source§

impl ToValue for PickFlags

source§

impl ToValue for PopoverMenuFlags

source§

impl ToValue for PrintCapabilities

source§

impl ToValue for ShortcutActionFlags

source§

impl ToValue for StateFlags

source§

impl ToValue for StyleContextPrintFlags

source§

impl ToValue for TextSearchFlags

source§

impl ToValue for TreeModelFlags

source§

impl ToValue for ObjectExpression

source§

impl ToValue for PropertyExpression

source§

impl ToValue for Context

source§

impl ToValue for Device

source§

impl ToValue for ImageSurface

source§

impl ToValue for Matrix

source§

impl ToValue for RecordingSurface

source§

impl ToValue for Rectangle

source§

impl ToValue for RectangleInt

source§

impl ToValue for Region

source§

impl ToValue for Surface

source§

impl ToValue for AppInfoCreateFlags

source§

impl ToValue for ApplicationFlags

source§

impl ToValue for AskPasswordFlags

source§

impl ToValue for BusNameOwnerFlags

source§

impl ToValue for BusNameWatcherFlags

source§

impl ToValue for ConverterFlags

source§

impl ToValue for DBusCallFlags

source§

impl ToValue for DBusCapabilityFlags

source§

impl ToValue for DBusConnectionFlags

source§

impl ToValue for DBusInterfaceSkeletonFlags

source§

impl ToValue for DBusMessageFlags

source§

impl ToValue for DBusObjectManagerClientFlags

source§

impl ToValue for DBusProxyFlags

source§

impl ToValue for DBusSendMessageFlags

source§

impl ToValue for DBusServerFlags

source§

impl ToValue for DBusSignalFlags

source§

impl ToValue for DriveStartFlags

source§

impl ToValue for FileAttributeInfoFlags

source§

impl ToValue for FileCopyFlags

source§

impl ToValue for FileCreateFlags

source§

impl ToValue for FileMeasureFlags

source§

impl ToValue for FileMonitorFlags

source§

impl ToValue for FileQueryInfoFlags

source§

impl ToValue for IOStreamSpliceFlags

source§

impl ToValue for MountMountFlags

source§

impl ToValue for MountUnmountFlags

source§

impl ToValue for OutputStreamSpliceFlags

source§

impl ToValue for ResolverNameLookupFlags

source§

impl ToValue for ResourceLookupFlags

source§

impl ToValue for SettingsBindFlags

source§

impl ToValue for SubprocessFlags

source§

impl ToValue for TlsCertificateFlags

source§

impl ToValue for TlsDatabaseVerifyFlags

source§

impl ToValue for TlsPasswordFlags

source§

impl ToValue for SocketMsgFlags

source§

impl ToValue for FontMask

source§

impl ToValue for LayoutDeserializeFlags

source§

impl ToValue for LayoutSerializeFlags

source§

impl ToValue for ShapeFlags

source§

impl ToValue for ShowFlags

source§

impl<'a> ToValue for &'a [&'a str]

source§

impl<'a> ToValue for [&'a str]

source§

impl<T> ToValue for Option<T>

Blanket implementation for all optional types.

source§

impl<T> ToValue for &T
where T: ToValue + StaticType,

Blanket implementation for all references.

Implementors§