Trait sourceview5::prelude::IsA

source ·
pub unsafe trait IsA<T>: ObjectType + Into<T> + AsRef<T> + Borrow<T>
where T: ObjectType,
{ }
Expand description

Declares the “is a” relationship.

Self is said to implement T.

For instance, since originally GtkWidget is a subclass of GObject and implements the GtkBuildable interface, gtk::Widget implements IsA<glib::Object> and IsA<gtk::Buildable>.

The trait can only be implemented if the appropriate ToGlibPtr implementations exist.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl IsA<Device> for DevicePad

source§

impl IsA<DrawContext> for CairoContext

source§

impl IsA<DrawContext> for GLContext

source§

impl IsA<DrawContext> for VulkanContext

source§

impl IsA<Paintable> for GLTexture

source§

impl IsA<Paintable> for MemoryTexture

source§

impl IsA<Paintable> for Texture

source§

impl IsA<Paintable> for IconPaintable

source§

impl IsA<Paintable> for MediaFile

source§

impl IsA<Paintable> for MediaStream

source§

impl IsA<Paintable> for SymbolicPaintable

source§

impl IsA<Paintable> for WidgetPaintable

source§

impl IsA<Snapshot> for Snapshot

source§

impl IsA<Surface> for DragSurface

source§

impl IsA<Surface> for Popup

source§

impl IsA<Surface> for Toplevel

source§

impl IsA<Texture> for GLTexture

source§

impl IsA<Texture> for MemoryTexture

source§

impl IsA<Renderer> for CairoRenderer

source§

impl IsA<Renderer> for GLRenderer

source§

impl IsA<Renderer> for NglRenderer

source§

impl IsA<Accessible> for AboutDialog

source§

impl IsA<Accessible> for AccessibleRange

source§

impl IsA<Accessible> for ActionBar

source§

impl IsA<Accessible> for Actionable

source§

impl IsA<Accessible> for AppChooser

source§

impl IsA<Accessible> for AppChooserButton

source§

impl IsA<Accessible> for AppChooserDialog

source§

impl IsA<Accessible> for AppChooserWidget

source§

impl IsA<Accessible> for ApplicationWindow

source§

impl IsA<Accessible> for AspectFrame

source§

impl IsA<Accessible> for Assistant

source§

impl IsA<Accessible> for Box

source§

impl IsA<Accessible> for Button

source§

impl IsA<Accessible> for Calendar

source§

impl IsA<Accessible> for CellEditable

source§

impl IsA<Accessible> for CellView

source§

impl IsA<Accessible> for CenterBox

source§

impl IsA<Accessible> for CheckButton

source§

impl IsA<Accessible> for ColorButton

source§

impl IsA<Accessible> for ColorChooserDialog

source§

impl IsA<Accessible> for ColorChooserWidget

source§

impl IsA<Accessible> for ColorDialogButton

source§

impl IsA<Accessible> for ColumnView

source§

impl IsA<Accessible> for ComboBox

source§

impl IsA<Accessible> for ComboBoxText

source§

impl IsA<Accessible> for Dialog

source§

impl IsA<Accessible> for DragIcon

source§

impl IsA<Accessible> for DrawingArea

source§

impl IsA<Accessible> for DropDown

source§

impl IsA<Accessible> for Editable

source§

impl IsA<Accessible> for EditableLabel

source§

impl IsA<Accessible> for EmojiChooser

source§

impl IsA<Accessible> for Entry

source§

impl IsA<Accessible> for Expander

source§

impl IsA<Accessible> for FileChooserDialog

source§

impl IsA<Accessible> for FileChooserWidget

source§

impl IsA<Accessible> for Fixed

source§

impl IsA<Accessible> for FlowBox

source§

impl IsA<Accessible> for FlowBoxChild

source§

impl IsA<Accessible> for FontButton

source§

impl IsA<Accessible> for FontChooserDialog

source§

impl IsA<Accessible> for FontChooserWidget

source§

impl IsA<Accessible> for FontDialogButton

source§

impl IsA<Accessible> for Frame

source§

impl IsA<Accessible> for GLArea

source§

impl IsA<Accessible> for Grid

source§

impl IsA<Accessible> for GridView

source§

impl IsA<Accessible> for HeaderBar

source§

impl IsA<Accessible> for IconView

source§

impl IsA<Accessible> for Image

source§

impl IsA<Accessible> for InfoBar

source§

impl IsA<Accessible> for Inscription

source§

impl IsA<Accessible> for Label

source§

impl IsA<Accessible> for LevelBar

source§

impl IsA<Accessible> for LinkButton

source§

impl IsA<Accessible> for ListBase

source§

impl IsA<Accessible> for ListBox

source§

impl IsA<Accessible> for ListBoxRow

source§

impl IsA<Accessible> for ListView

source§

impl IsA<Accessible> for LockButton

source§

impl IsA<Accessible> for MediaControls

source§

impl IsA<Accessible> for MenuButton

source§

impl IsA<Accessible> for MessageDialog

source§

impl IsA<Accessible> for Native

source§

impl IsA<Accessible> for Notebook

source§

impl IsA<Accessible> for Overlay

source§

impl IsA<Accessible> for PageSetupUnixDialog

source§

impl IsA<Accessible> for Paned

source§

impl IsA<Accessible> for PasswordEntry

source§

impl IsA<Accessible> for Picture

source§

impl IsA<Accessible> for Popover

source§

impl IsA<Accessible> for PopoverMenu

source§

impl IsA<Accessible> for PopoverMenuBar

source§

impl IsA<Accessible> for PrintUnixDialog

source§

impl IsA<Accessible> for ProgressBar

source§

impl IsA<Accessible> for Range

source§

impl IsA<Accessible> for Revealer

source§

impl IsA<Accessible> for Root

source§

impl IsA<Accessible> for Scale

source§

impl IsA<Accessible> for ScaleButton

source§

impl IsA<Accessible> for Scrollbar

source§

impl IsA<Accessible> for ScrolledWindow

source§

impl IsA<Accessible> for SearchEntry

source§

impl IsA<Accessible> for Separator

source§

impl IsA<Accessible> for ShortcutLabel

source§

impl IsA<Accessible> for ShortcutsGroup

source§

impl IsA<Accessible> for ShortcutsSection

source§

impl IsA<Accessible> for ShortcutsShortcut

source§

impl IsA<Accessible> for ShortcutsWindow

source§

impl IsA<Accessible> for SpinButton

source§

impl IsA<Accessible> for Spinner

source§

impl IsA<Accessible> for Stack

source§

impl IsA<Accessible> for StackPage

source§

impl IsA<Accessible> for StackSidebar

source§

impl IsA<Accessible> for StackSwitcher

source§

impl IsA<Accessible> for Statusbar

source§

impl IsA<Accessible> for Switch

source§

impl IsA<Accessible> for Text

source§

impl IsA<Accessible> for TextView

source§

impl IsA<Accessible> for ToggleButton

source§

impl IsA<Accessible> for TreeExpander

source§

impl IsA<Accessible> for TreeView

source§

impl IsA<Accessible> for Video

source§

impl IsA<Accessible> for Viewport

source§

impl IsA<Accessible> for VolumeButton

source§

impl IsA<Accessible> for Widget

source§

impl IsA<Accessible> for Window

source§

impl IsA<Accessible> for WindowControls

source§

impl IsA<Accessible> for WindowHandle

source§

impl IsA<AccessibleRange> for LevelBar

source§

impl IsA<AccessibleRange> for Paned

source§

impl IsA<AccessibleRange> for ProgressBar

source§

impl IsA<AccessibleRange> for Range

source§

impl IsA<AccessibleRange> for Scale

source§

impl IsA<AccessibleRange> for ScaleButton

source§

impl IsA<AccessibleRange> for Scrollbar

source§

impl IsA<AccessibleRange> for SpinButton

source§

impl IsA<AccessibleRange> for VolumeButton

source§

impl IsA<Actionable> for Button

source§

impl IsA<Actionable> for CheckButton

source§

impl IsA<Actionable> for LinkButton

source§

impl IsA<Actionable> for ListBoxRow

source§

impl IsA<Actionable> for LockButton

source§

impl IsA<Actionable> for Switch

source§

impl IsA<Actionable> for ToggleButton

source§

impl IsA<AppChooser> for AppChooserButton

source§

impl IsA<AppChooser> for AppChooserDialog

source§

impl IsA<AppChooser> for AppChooserWidget

source§

impl IsA<Box> for ShortcutsGroup

source§

impl IsA<Box> for ShortcutsSection

source§

impl IsA<Buildable> for AboutDialog

source§

impl IsA<Buildable> for ActionBar

source§

impl IsA<Buildable> for Actionable

source§

impl IsA<Buildable> for AnyFilter

source§

impl IsA<Buildable> for AppChooser

source§

impl IsA<Buildable> for AppChooserButton

source§

impl IsA<Buildable> for AppChooserDialog

source§

impl IsA<Buildable> for AppChooserWidget

source§

impl IsA<Buildable> for ApplicationWindow

source§

impl IsA<Buildable> for AspectFrame

source§

impl IsA<Buildable> for Assistant

source§

impl IsA<Buildable> for Box

source§

impl IsA<Buildable> for Button

source§

impl IsA<Buildable> for Calendar

source§

impl IsA<Buildable> for CellArea

source§

impl IsA<Buildable> for CellAreaBox

source§

impl IsA<Buildable> for CellEditable

source§

impl IsA<Buildable> for CellView

source§

impl IsA<Buildable> for CenterBox

source§

impl IsA<Buildable> for CheckButton

source§

impl IsA<Buildable> for ColorButton

source§

impl IsA<Buildable> for ColorChooserDialog

source§

impl IsA<Buildable> for ColorChooserWidget

source§

impl IsA<Buildable> for ColorDialogButton

source§

impl IsA<Buildable> for ColumnView

source§

impl IsA<Buildable> for ComboBox

source§

impl IsA<Buildable> for ComboBoxText

source§

impl IsA<Buildable> for ConstraintLayout

source§

impl IsA<Buildable> for Dialog

source§

impl IsA<Buildable> for DragIcon

source§

impl IsA<Buildable> for DrawingArea

source§

impl IsA<Buildable> for DropDown

source§

impl IsA<Buildable> for Editable

source§

impl IsA<Buildable> for EditableLabel

source§

impl IsA<Buildable> for EmojiChooser

source§

impl IsA<Buildable> for Entry

source§

impl IsA<Buildable> for EntryCompletion

source§

impl IsA<Buildable> for EveryFilter

source§

impl IsA<Buildable> for Expander

source§

impl IsA<Buildable> for FileChooserDialog

source§

impl IsA<Buildable> for FileChooserWidget

source§

impl IsA<Buildable> for FileFilter

source§

impl IsA<Buildable> for Fixed

source§

impl IsA<Buildable> for FlowBox

source§

impl IsA<Buildable> for FlowBoxChild

source§

impl IsA<Buildable> for FontButton

source§

impl IsA<Buildable> for FontChooserDialog

source§

impl IsA<Buildable> for FontChooserWidget

source§

impl IsA<Buildable> for FontDialogButton

source§

impl IsA<Buildable> for Frame

source§

impl IsA<Buildable> for GLArea

source§

impl IsA<Buildable> for Grid

source§

impl IsA<Buildable> for GridView

source§

impl IsA<Buildable> for HeaderBar

source§

impl IsA<Buildable> for IconView

source§

impl IsA<Buildable> for Image

source§

impl IsA<Buildable> for InfoBar

source§

impl IsA<Buildable> for Inscription

source§

impl IsA<Buildable> for Label

source§

impl IsA<Buildable> for LevelBar

source§

impl IsA<Buildable> for LinkButton

source§

impl IsA<Buildable> for ListBase

source§

impl IsA<Buildable> for ListBox

source§

impl IsA<Buildable> for ListBoxRow

source§

impl IsA<Buildable> for ListStore

source§

impl IsA<Buildable> for ListView

source§

impl IsA<Buildable> for LockButton

source§

impl IsA<Buildable> for MediaControls

source§

impl IsA<Buildable> for MenuButton

source§

impl IsA<Buildable> for MessageDialog

source§

impl IsA<Buildable> for MultiFilter

source§

impl IsA<Buildable> for MultiSorter

source§

impl IsA<Buildable> for Native

source§

impl IsA<Buildable> for Notebook

source§

impl IsA<Buildable> for Overlay

source§

impl IsA<Buildable> for PageSetupUnixDialog

source§

impl IsA<Buildable> for Paned

source§

impl IsA<Buildable> for PasswordEntry

source§

impl IsA<Buildable> for Picture

source§

impl IsA<Buildable> for Popover

source§

impl IsA<Buildable> for PopoverMenu

source§

impl IsA<Buildable> for PopoverMenuBar

source§

impl IsA<Buildable> for PrintUnixDialog

source§

impl IsA<Buildable> for ProgressBar

source§

impl IsA<Buildable> for Range

source§

impl IsA<Buildable> for Revealer

source§

impl IsA<Buildable> for Root

source§

impl IsA<Buildable> for Scale

source§

impl IsA<Buildable> for ScaleButton

source§

impl IsA<Buildable> for Scrollbar

source§

impl IsA<Buildable> for ScrolledWindow

source§

impl IsA<Buildable> for SearchEntry

source§

impl IsA<Buildable> for Separator

source§

impl IsA<Buildable> for ShortcutController

source§

impl IsA<Buildable> for ShortcutLabel

source§

impl IsA<Buildable> for ShortcutsGroup

source§

impl IsA<Buildable> for ShortcutsSection

source§

impl IsA<Buildable> for ShortcutsShortcut

source§

impl IsA<Buildable> for ShortcutsWindow

source§

impl IsA<Buildable> for SizeGroup

source§

impl IsA<Buildable> for SpinButton

source§

impl IsA<Buildable> for Spinner

source§

impl IsA<Buildable> for Stack

source§

impl IsA<Buildable> for StackSidebar

source§

impl IsA<Buildable> for StackSwitcher

source§

impl IsA<Buildable> for Statusbar

source§

impl IsA<Buildable> for StringList

source§

impl IsA<Buildable> for Switch

source§

impl IsA<Buildable> for Text

source§

impl IsA<Buildable> for TextTagTable

source§

impl IsA<Buildable> for TextView

source§

impl IsA<Buildable> for ToggleButton

source§

impl IsA<Buildable> for TreeExpander

source§

impl IsA<Buildable> for TreeStore

source§

impl IsA<Buildable> for TreeView

source§

impl IsA<Buildable> for TreeViewColumn

source§

impl IsA<Buildable> for Video

source§

impl IsA<Buildable> for Viewport

source§

impl IsA<Buildable> for VolumeButton

source§

impl IsA<Buildable> for Widget

source§

impl IsA<Buildable> for Window

source§

impl IsA<Buildable> for WindowControls

source§

impl IsA<Buildable> for WindowHandle

source§

impl IsA<BuilderScope> for BuilderCScope

source§

impl IsA<BuilderScope> for BuilderRustScope

source§

impl IsA<Button> for LinkButton

source§

impl IsA<Button> for LockButton

source§

impl IsA<Button> for ToggleButton

source§

impl IsA<CellArea> for CellAreaBox

source§

impl IsA<CellEditable> for ComboBox

source§

impl IsA<CellEditable> for ComboBoxText

source§

impl IsA<CellEditable> for Entry

source§

impl IsA<CellEditable> for SpinButton

source§

impl IsA<CellLayout> for CellArea

source§

impl IsA<CellLayout> for CellAreaBox

source§

impl IsA<CellLayout> for CellView

source§

impl IsA<CellLayout> for ComboBox

source§

impl IsA<CellLayout> for ComboBoxText

source§

impl IsA<CellLayout> for EntryCompletion

source§

impl IsA<CellLayout> for IconView

source§

impl IsA<CellLayout> for TreeViewColumn

source§

impl IsA<CellRenderer> for CellRendererAccel

source§

impl IsA<CellRenderer> for CellRendererCombo

source§

impl IsA<CellRenderer> for CellRendererPixbuf

source§

impl IsA<CellRenderer> for CellRendererProgress

source§

impl IsA<CellRenderer> for CellRendererSpin

source§

impl IsA<CellRenderer> for CellRendererSpinner

source§

impl IsA<CellRenderer> for CellRendererText

source§

impl IsA<CellRenderer> for CellRendererToggle

source§

impl IsA<CellRendererText> for CellRendererAccel

source§

impl IsA<CellRendererText> for CellRendererCombo

source§

impl IsA<CellRendererText> for CellRendererSpin

source§

impl IsA<ColorChooser> for ColorButton

source§

impl IsA<ColorChooser> for ColorChooserDialog

source§

impl IsA<ColorChooser> for ColorChooserWidget

source§

impl IsA<ComboBox> for ComboBoxText

source§

impl IsA<ConstraintTarget> for AboutDialog

source§

impl IsA<ConstraintTarget> for ActionBar

source§

impl IsA<ConstraintTarget> for Actionable

source§

impl IsA<ConstraintTarget> for AppChooser

source§

impl IsA<ConstraintTarget> for AppChooserButton

source§

impl IsA<ConstraintTarget> for AppChooserDialog

source§

impl IsA<ConstraintTarget> for AppChooserWidget

source§

impl IsA<ConstraintTarget> for ApplicationWindow

source§

impl IsA<ConstraintTarget> for AspectFrame

source§

impl IsA<ConstraintTarget> for Assistant

source§

impl IsA<ConstraintTarget> for Box

source§

impl IsA<ConstraintTarget> for Button

source§

impl IsA<ConstraintTarget> for Calendar

source§

impl IsA<ConstraintTarget> for CellEditable

source§

impl IsA<ConstraintTarget> for CellView

source§

impl IsA<ConstraintTarget> for CenterBox

source§

impl IsA<ConstraintTarget> for CheckButton

source§

impl IsA<ConstraintTarget> for ColorButton

source§

impl IsA<ConstraintTarget> for ColorChooserDialog

source§

impl IsA<ConstraintTarget> for ColorChooserWidget

source§

impl IsA<ConstraintTarget> for ColorDialogButton

source§

impl IsA<ConstraintTarget> for ColumnView

source§

impl IsA<ConstraintTarget> for ComboBox

source§

impl IsA<ConstraintTarget> for ComboBoxText

source§

impl IsA<ConstraintTarget> for ConstraintGuide

source§

impl IsA<ConstraintTarget> for Dialog

source§

impl IsA<ConstraintTarget> for DragIcon

source§

impl IsA<ConstraintTarget> for DrawingArea

source§

impl IsA<ConstraintTarget> for DropDown

source§

impl IsA<ConstraintTarget> for Editable

source§

impl IsA<ConstraintTarget> for EditableLabel

source§

impl IsA<ConstraintTarget> for EmojiChooser

source§

impl IsA<ConstraintTarget> for Entry

source§

impl IsA<ConstraintTarget> for Expander

source§

impl IsA<ConstraintTarget> for FileChooserDialog

source§

impl IsA<ConstraintTarget> for FileChooserWidget

source§

impl IsA<ConstraintTarget> for Fixed

source§

impl IsA<ConstraintTarget> for FlowBox

source§

impl IsA<ConstraintTarget> for FlowBoxChild

source§

impl IsA<ConstraintTarget> for FontButton

source§

impl IsA<ConstraintTarget> for FontChooserDialog

source§

impl IsA<ConstraintTarget> for FontChooserWidget

source§

impl IsA<ConstraintTarget> for FontDialogButton

source§

impl IsA<ConstraintTarget> for Frame

source§

impl IsA<ConstraintTarget> for GLArea

source§

impl IsA<ConstraintTarget> for Grid

source§

impl IsA<ConstraintTarget> for GridView

source§

impl IsA<ConstraintTarget> for HeaderBar

source§

impl IsA<ConstraintTarget> for IconView

source§

impl IsA<ConstraintTarget> for Image

source§

impl IsA<ConstraintTarget> for InfoBar

source§

impl IsA<ConstraintTarget> for Inscription

source§

impl IsA<ConstraintTarget> for Label

source§

impl IsA<ConstraintTarget> for LevelBar

source§

impl IsA<ConstraintTarget> for LinkButton

source§

impl IsA<ConstraintTarget> for ListBase

source§

impl IsA<ConstraintTarget> for ListBox

source§

impl IsA<ConstraintTarget> for ListBoxRow

source§

impl IsA<ConstraintTarget> for ListView

source§

impl IsA<ConstraintTarget> for LockButton

source§

impl IsA<ConstraintTarget> for MediaControls

source§

impl IsA<ConstraintTarget> for MenuButton

source§

impl IsA<ConstraintTarget> for MessageDialog

source§

impl IsA<ConstraintTarget> for Native

source§

impl IsA<ConstraintTarget> for Notebook

source§

impl IsA<ConstraintTarget> for Overlay

source§

impl IsA<ConstraintTarget> for PageSetupUnixDialog

source§

impl IsA<ConstraintTarget> for Paned

source§

impl IsA<ConstraintTarget> for PasswordEntry

source§

impl IsA<ConstraintTarget> for Picture

source§

impl IsA<ConstraintTarget> for Popover

source§

impl IsA<ConstraintTarget> for PopoverMenu

source§

impl IsA<ConstraintTarget> for PopoverMenuBar

source§

impl IsA<ConstraintTarget> for PrintUnixDialog

source§

impl IsA<ConstraintTarget> for ProgressBar

source§

impl IsA<ConstraintTarget> for Range

source§

impl IsA<ConstraintTarget> for Revealer

source§

impl IsA<ConstraintTarget> for Root

source§

impl IsA<ConstraintTarget> for Scale

source§

impl IsA<ConstraintTarget> for ScaleButton

source§

impl IsA<ConstraintTarget> for Scrollbar

source§

impl IsA<ConstraintTarget> for ScrolledWindow

source§

impl IsA<ConstraintTarget> for SearchEntry

source§

impl IsA<ConstraintTarget> for Separator

source§

impl IsA<ConstraintTarget> for ShortcutLabel

source§

impl IsA<ConstraintTarget> for ShortcutsGroup

source§

impl IsA<ConstraintTarget> for ShortcutsSection

source§

impl IsA<ConstraintTarget> for ShortcutsShortcut

source§

impl IsA<ConstraintTarget> for ShortcutsWindow

source§

impl IsA<ConstraintTarget> for SpinButton

source§

impl IsA<ConstraintTarget> for Spinner

source§

impl IsA<ConstraintTarget> for Stack

source§

impl IsA<ConstraintTarget> for StackSidebar

source§

impl IsA<ConstraintTarget> for StackSwitcher

source§

impl IsA<ConstraintTarget> for Statusbar

source§

impl IsA<ConstraintTarget> for Switch

source§

impl IsA<ConstraintTarget> for Text

source§

impl IsA<ConstraintTarget> for TextView

source§

impl IsA<ConstraintTarget> for ToggleButton

source§

impl IsA<ConstraintTarget> for TreeExpander

source§

impl IsA<ConstraintTarget> for TreeView

source§

impl IsA<ConstraintTarget> for Video

source§

impl IsA<ConstraintTarget> for Viewport

source§

impl IsA<ConstraintTarget> for VolumeButton

source§

impl IsA<ConstraintTarget> for Widget

source§

impl IsA<ConstraintTarget> for Window

source§

impl IsA<ConstraintTarget> for WindowControls

source§

impl IsA<ConstraintTarget> for WindowHandle

source§

impl IsA<Dialog> for AppChooserDialog

source§

impl IsA<Dialog> for ColorChooserDialog

source§

impl IsA<Dialog> for FileChooserDialog

source§

impl IsA<Dialog> for FontChooserDialog

source§

impl IsA<Dialog> for MessageDialog

source§

impl IsA<Dialog> for PageSetupUnixDialog

source§

impl IsA<Dialog> for PrintUnixDialog

source§

impl IsA<Editable> for EditableLabel

source§

impl IsA<Editable> for Entry

source§

impl IsA<Editable> for PasswordEntry

source§

impl IsA<Editable> for SearchEntry

source§

impl IsA<Editable> for SpinButton

source§

impl IsA<Editable> for Text

source§

impl IsA<EntryBuffer> for PasswordEntryBuffer

source§

impl IsA<EventController> for DragSource

source§

impl IsA<EventController> for DropControllerMotion

source§

impl IsA<EventController> for DropTarget

source§

impl IsA<EventController> for DropTargetAsync

source§

impl IsA<EventController> for EventControllerFocus

source§

impl IsA<EventController> for EventControllerKey

source§

impl IsA<EventController> for EventControllerLegacy

source§

impl IsA<EventController> for EventControllerMotion

source§

impl IsA<EventController> for EventControllerScroll

source§

impl IsA<EventController> for Gesture

source§

impl IsA<EventController> for GestureClick

source§

impl IsA<EventController> for GestureDrag

source§

impl IsA<EventController> for GestureLongPress

source§

impl IsA<EventController> for GesturePan

source§

impl IsA<EventController> for GestureRotate

source§

impl IsA<EventController> for GestureSingle

source§

impl IsA<EventController> for GestureStylus

source§

impl IsA<EventController> for GestureSwipe

source§

impl IsA<EventController> for GestureZoom

source§

impl IsA<EventController> for PadController

source§

impl IsA<EventController> for ShortcutController

source§

impl IsA<FileChooser> for FileChooserDialog

source§

impl IsA<FileChooser> for FileChooserNative

source§

impl IsA<FileChooser> for FileChooserWidget

source§

impl IsA<Filter> for AnyFilter

source§

impl IsA<Filter> for BoolFilter

source§

impl IsA<Filter> for CustomFilter

source§

impl IsA<Filter> for EveryFilter

source§

impl IsA<Filter> for FileFilter

source§

impl IsA<Filter> for MultiFilter

source§

impl IsA<Filter> for StringFilter

source§

impl IsA<FontChooser> for FontButton

source§

impl IsA<FontChooser> for FontChooserDialog

source§

impl IsA<FontChooser> for FontChooserWidget

source§

impl IsA<Gesture> for DragSource

source§

impl IsA<Gesture> for GestureClick

source§

impl IsA<Gesture> for GestureDrag

source§

impl IsA<Gesture> for GestureLongPress

source§

impl IsA<Gesture> for GesturePan

source§

impl IsA<Gesture> for GestureRotate

source§

impl IsA<Gesture> for GestureSingle

source§

impl IsA<Gesture> for GestureStylus

source§

impl IsA<Gesture> for GestureSwipe

source§

impl IsA<Gesture> for GestureZoom

source§

impl IsA<GestureDrag> for GesturePan

source§

impl IsA<GestureSingle> for DragSource

source§

impl IsA<GestureSingle> for GestureClick

source§

impl IsA<GestureSingle> for GestureDrag

source§

impl IsA<GestureSingle> for GestureLongPress

source§

impl IsA<GestureSingle> for GesturePan

source§

impl IsA<GestureSingle> for GestureStylus

source§

impl IsA<GestureSingle> for GestureSwipe

source§

impl IsA<IMContext> for IMContextSimple

source§

impl IsA<IMContext> for IMMulticontext

source§

impl IsA<LayoutChild> for ConstraintLayoutChild

source§

impl IsA<LayoutChild> for FixedLayoutChild

source§

impl IsA<LayoutChild> for GridLayoutChild

source§

impl IsA<LayoutChild> for OverlayLayoutChild

source§

impl IsA<LayoutManager> for BinLayout

source§

impl IsA<LayoutManager> for BoxLayout

source§

impl IsA<LayoutManager> for CenterLayout

source§

impl IsA<LayoutManager> for ConstraintLayout

source§

impl IsA<LayoutManager> for FixedLayout

source§

impl IsA<LayoutManager> for GridLayout

source§

impl IsA<LayoutManager> for OverlayLayout

source§

impl IsA<ListBase> for GridView

source§

impl IsA<ListBase> for ListView

source§

impl IsA<ListItem> for ColumnViewCell

source§

impl IsA<ListItemFactory> for BuilderListItemFactory

source§

impl IsA<ListItemFactory> for SignalListItemFactory

source§

impl IsA<MediaStream> for MediaFile

source§

impl IsA<MultiFilter> for AnyFilter

source§

impl IsA<MultiFilter> for EveryFilter

source§

impl IsA<Native> for AboutDialog

source§

impl IsA<Native> for AppChooserDialog

source§

impl IsA<Native> for ApplicationWindow

source§

impl IsA<Native> for Assistant

source§

impl IsA<Native> for ColorChooserDialog

source§

impl IsA<Native> for Dialog

source§

impl IsA<Native> for DragIcon

source§

impl IsA<Native> for EmojiChooser

source§

impl IsA<Native> for FileChooserDialog

source§

impl IsA<Native> for FontChooserDialog

source§

impl IsA<Native> for MessageDialog

source§

impl IsA<Native> for PageSetupUnixDialog

source§

impl IsA<Native> for Popover

source§

impl IsA<Native> for PopoverMenu

source§

impl IsA<Native> for PrintUnixDialog

source§

impl IsA<Native> for Root

source§

impl IsA<Native> for ShortcutsWindow

source§

impl IsA<Native> for Window

source§

impl IsA<NativeDialog> for FileChooserNative

source§

impl IsA<Orientable> for Box

source§

impl IsA<Orientable> for BoxLayout

source§

impl IsA<Orientable> for CellAreaBox

source§

impl IsA<Orientable> for CellRendererProgress

source§

impl IsA<Orientable> for CellView

source§

impl IsA<Orientable> for CenterBox

source§

impl IsA<Orientable> for FlowBox

source§

impl IsA<Orientable> for Grid

source§

impl IsA<Orientable> for GridView

source§

impl IsA<Orientable> for LevelBar

source§

impl IsA<Orientable> for ListBase

source§

impl IsA<Orientable> for ListView

source§

impl IsA<Orientable> for Paned

source§

impl IsA<Orientable> for ProgressBar

source§

impl IsA<Orientable> for Range

source§

impl IsA<Orientable> for Scale

source§

impl IsA<Orientable> for ScaleButton

source§

impl IsA<Orientable> for Scrollbar

source§

impl IsA<Orientable> for Separator

source§

impl IsA<Orientable> for ShortcutsGroup

source§

impl IsA<Orientable> for ShortcutsSection

source§

impl IsA<Orientable> for SpinButton

source§

impl IsA<Orientable> for StackSwitcher

source§

impl IsA<Orientable> for VolumeButton

source§

impl IsA<Popover> for EmojiChooser

source§

impl IsA<Popover> for PopoverMenu

source§

impl IsA<PrintOperationPreview> for PrintOperation

source§

impl IsA<Range> for Scale

source§

impl IsA<Root> for AboutDialog

source§

impl IsA<Root> for AppChooserDialog

source§

impl IsA<Root> for ApplicationWindow

source§

impl IsA<Root> for Assistant

source§

impl IsA<Root> for ColorChooserDialog

source§

impl IsA<Root> for Dialog

source§

impl IsA<Root> for DragIcon

source§

impl IsA<Root> for FileChooserDialog

source§

impl IsA<Root> for FontChooserDialog

source§

impl IsA<Root> for MessageDialog

source§

impl IsA<Root> for PageSetupUnixDialog

source§

impl IsA<Root> for PrintUnixDialog

source§

impl IsA<Root> for ShortcutsWindow

source§

impl IsA<Root> for Window

source§

impl IsA<ScaleButton> for VolumeButton

source§

impl IsA<Scrollable> for ColumnView

source§

impl IsA<Scrollable> for GridView

source§

impl IsA<Scrollable> for IconView

source§

impl IsA<Scrollable> for ListBase

source§

impl IsA<Scrollable> for ListView

source§

impl IsA<Scrollable> for TextView

source§

impl IsA<Scrollable> for TreeView

source§

impl IsA<Scrollable> for Viewport

source§

impl IsA<SectionModel> for FilterListModel

source§

impl IsA<SectionModel> for FlattenListModel

source§

impl IsA<SectionModel> for MapListModel

source§

impl IsA<SectionModel> for MultiSelection

source§

impl IsA<SectionModel> for NoSelection

source§

impl IsA<SectionModel> for SingleSelection

source§

impl IsA<SectionModel> for SliceListModel

source§

impl IsA<SectionModel> for SortListModel

source§

impl IsA<SelectionModel> for MultiSelection

source§

impl IsA<SelectionModel> for NoSelection

source§

impl IsA<SelectionModel> for SingleSelection

source§

impl IsA<ShortcutAction> for ActivateAction

source§

impl IsA<ShortcutAction> for CallbackAction

source§

impl IsA<ShortcutAction> for MnemonicAction

source§

impl IsA<ShortcutAction> for NamedAction

source§

impl IsA<ShortcutAction> for NothingAction

source§

impl IsA<ShortcutAction> for SignalAction

source§

impl IsA<ShortcutManager> for AboutDialog

source§

impl IsA<ShortcutManager> for AppChooserDialog

source§

impl IsA<ShortcutManager> for ApplicationWindow

source§

impl IsA<ShortcutManager> for Assistant

source§

impl IsA<ShortcutManager> for ColorChooserDialog

source§

impl IsA<ShortcutManager> for Dialog

source§

impl IsA<ShortcutManager> for EmojiChooser

source§

impl IsA<ShortcutManager> for FileChooserDialog

source§

impl IsA<ShortcutManager> for FontChooserDialog

source§

impl IsA<ShortcutManager> for MessageDialog

source§

impl IsA<ShortcutManager> for PageSetupUnixDialog

source§

impl IsA<ShortcutManager> for Popover

source§

impl IsA<ShortcutManager> for PopoverMenu

source§

impl IsA<ShortcutManager> for PrintUnixDialog

source§

impl IsA<ShortcutManager> for ShortcutsWindow

source§

impl IsA<ShortcutManager> for Window

source§

impl IsA<ShortcutTrigger> for AlternativeTrigger

source§

impl IsA<ShortcutTrigger> for NeverTrigger

source§

impl IsA<ShortcutTrigger> for KeyvalTrigger

source§

impl IsA<ShortcutTrigger> for MnemonicTrigger

source§

impl IsA<Snapshot> for Snapshot

source§

impl IsA<Sorter> for ColumnViewSorter

source§

impl IsA<Sorter> for CustomSorter

source§

impl IsA<Sorter> for MultiSorter

source§

impl IsA<Sorter> for NumericSorter

source§

impl IsA<Sorter> for StringSorter

source§

impl IsA<Sorter> for TreeListRowSorter

source§

impl IsA<StyleProvider> for CssProvider

source§

impl IsA<StyleProvider> for Settings

source§

impl IsA<SymbolicPaintable> for IconPaintable

source§

impl IsA<TreeDragDest> for ListStore

source§

impl IsA<TreeDragDest> for TreeStore

source§

impl IsA<TreeDragSource> for ListStore

source§

impl IsA<TreeDragSource> for TreeModelFilter

source§

impl IsA<TreeDragSource> for TreeModelSort

source§

impl IsA<TreeDragSource> for TreeStore

source§

impl IsA<TreeModel> for ListStore

source§

impl IsA<TreeModel> for TreeModelFilter

source§

impl IsA<TreeModel> for TreeModelSort

source§

impl IsA<TreeModel> for TreeSortable

source§

impl IsA<TreeModel> for TreeStore

source§

impl IsA<TreeSortable> for ListStore

source§

impl IsA<TreeSortable> for TreeModelSort

source§

impl IsA<TreeSortable> for TreeStore

source§

impl IsA<Widget> for AboutDialog

source§

impl IsA<Widget> for ActionBar

source§

impl IsA<Widget> for Actionable

source§

impl IsA<Widget> for AppChooser

source§

impl IsA<Widget> for AppChooserButton

source§

impl IsA<Widget> for AppChooserDialog

source§

impl IsA<Widget> for AppChooserWidget

source§

impl IsA<Widget> for ApplicationWindow

source§

impl IsA<Widget> for AspectFrame

source§

impl IsA<Widget> for Assistant

source§

impl IsA<Widget> for Box

source§

impl IsA<Widget> for Button

source§

impl IsA<Widget> for Calendar

source§

impl IsA<Widget> for CellEditable

source§

impl IsA<Widget> for CellView

source§

impl IsA<Widget> for CenterBox

source§

impl IsA<Widget> for CheckButton

source§

impl IsA<Widget> for ColorButton

source§

impl IsA<Widget> for ColorChooserDialog

source§

impl IsA<Widget> for ColorChooserWidget

source§

impl IsA<Widget> for ColorDialogButton

source§

impl IsA<Widget> for ColumnView

source§

impl IsA<Widget> for ComboBox

source§

impl IsA<Widget> for ComboBoxText

source§

impl IsA<Widget> for Dialog

source§

impl IsA<Widget> for DragIcon

source§

impl IsA<Widget> for DrawingArea

source§

impl IsA<Widget> for DropDown

source§

impl IsA<Widget> for Editable

source§

impl IsA<Widget> for EditableLabel

source§

impl IsA<Widget> for EmojiChooser

source§

impl IsA<Widget> for Entry

source§

impl IsA<Widget> for Expander

source§

impl IsA<Widget> for FileChooserDialog

source§

impl IsA<Widget> for FileChooserWidget

source§

impl IsA<Widget> for Fixed

source§

impl IsA<Widget> for FlowBox

source§

impl IsA<Widget> for FlowBoxChild

source§

impl IsA<Widget> for FontButton

source§

impl IsA<Widget> for FontChooserDialog

source§

impl IsA<Widget> for FontChooserWidget

source§

impl IsA<Widget> for FontDialogButton

source§

impl IsA<Widget> for Frame

source§

impl IsA<Widget> for GLArea

source§

impl IsA<Widget> for Grid

source§

impl IsA<Widget> for GridView

source§

impl IsA<Widget> for HeaderBar

source§

impl IsA<Widget> for IconView

source§

impl IsA<Widget> for Image

source§

impl IsA<Widget> for InfoBar

source§

impl IsA<Widget> for Inscription

source§

impl IsA<Widget> for Label

source§

impl IsA<Widget> for LevelBar

source§

impl IsA<Widget> for LinkButton

source§

impl IsA<Widget> for ListBase

source§

impl IsA<Widget> for ListBox

source§

impl IsA<Widget> for ListBoxRow

source§

impl IsA<Widget> for ListView

source§

impl IsA<Widget> for LockButton

source§

impl IsA<Widget> for MediaControls

source§

impl IsA<Widget> for MenuButton

source§

impl IsA<Widget> for MessageDialog

source§

impl IsA<Widget> for Native

source§

impl IsA<Widget> for Notebook

source§

impl IsA<Widget> for Overlay

source§

impl IsA<Widget> for PageSetupUnixDialog

source§

impl IsA<Widget> for Paned

source§

impl IsA<Widget> for PasswordEntry

source§

impl IsA<Widget> for Picture

source§

impl IsA<Widget> for Popover

source§

impl IsA<Widget> for PopoverMenu

source§

impl IsA<Widget> for PopoverMenuBar

source§

impl IsA<Widget> for PrintUnixDialog

source§

impl IsA<Widget> for ProgressBar

source§

impl IsA<Widget> for Range

source§

impl IsA<Widget> for Revealer

source§

impl IsA<Widget> for Root

source§

impl IsA<Widget> for Scale

source§

impl IsA<Widget> for ScaleButton

source§

impl IsA<Widget> for Scrollbar

source§

impl IsA<Widget> for ScrolledWindow

source§

impl IsA<Widget> for SearchEntry

source§

impl IsA<Widget> for Separator

source§

impl IsA<Widget> for ShortcutLabel

source§

impl IsA<Widget> for ShortcutsGroup

source§

impl IsA<Widget> for ShortcutsSection

source§

impl IsA<Widget> for ShortcutsShortcut

source§

impl IsA<Widget> for ShortcutsWindow

source§

impl IsA<Widget> for SpinButton

source§

impl IsA<Widget> for Spinner

source§

impl IsA<Widget> for Stack

source§

impl IsA<Widget> for StackSidebar

source§

impl IsA<Widget> for StackSwitcher

source§

impl IsA<Widget> for Statusbar

source§

impl IsA<Widget> for Switch

source§

impl IsA<Widget> for Text

source§

impl IsA<Widget> for TextView

source§

impl IsA<Widget> for ToggleButton

source§

impl IsA<Widget> for TreeExpander

source§

impl IsA<Widget> for TreeView

source§

impl IsA<Widget> for Video

source§

impl IsA<Widget> for Viewport

source§

impl IsA<Widget> for VolumeButton

source§

impl IsA<Widget> for Window

source§

impl IsA<Widget> for WindowControls

source§

impl IsA<Widget> for WindowHandle

source§

impl IsA<Window> for AboutDialog

source§

impl IsA<Window> for AppChooserDialog

source§

impl IsA<Window> for ApplicationWindow

source§

impl IsA<Window> for Assistant

source§

impl IsA<Window> for ColorChooserDialog

source§

impl IsA<Window> for Dialog

source§

impl IsA<Window> for FileChooserDialog

source§

impl IsA<Window> for FontChooserDialog

source§

impl IsA<Window> for MessageDialog

source§

impl IsA<Window> for PageSetupUnixDialog

source§

impl IsA<Window> for PrintUnixDialog

source§

impl IsA<Window> for ShortcutsWindow

source§

impl IsA<BuilderCScope> for BuilderRustScope

source§

impl IsA<PixbufAnimation> for PixbufNonAnim

source§

impl IsA<PixbufAnimation> for PixbufSimpleAnim

source§

impl IsA<Action> for PropertyAction

source§

impl IsA<Action> for SimpleAction

source§

impl IsA<ActionGroup> for Application

source§

impl IsA<ActionGroup> for ApplicationWindow

source§

impl IsA<ActionGroup> for Application

source§

impl IsA<ActionGroup> for DBusActionGroup

source§

impl IsA<ActionGroup> for RemoteActionGroup

source§

impl IsA<ActionGroup> for SimpleActionGroup

source§

impl IsA<ActionMap> for Application

source§

impl IsA<ActionMap> for ApplicationWindow

source§

impl IsA<ActionMap> for Application

source§

impl IsA<ActionMap> for SimpleActionGroup

source§

impl IsA<AppInfo> for DesktopAppInfo

source§

impl IsA<AppLaunchContext> for AppLaunchContext

source§

impl IsA<Application> for Application

source§

impl IsA<AsyncInitable> for DBusConnection

source§

impl IsA<AsyncInitable> for DBusProxy

source§

impl IsA<BufferedInputStream> for DataInputStream

source§

impl IsA<Converter> for CharsetConverter

source§

impl IsA<Converter> for ZlibCompressor

source§

impl IsA<Converter> for ZlibDecompressor

source§

impl IsA<DatagramBased> for Socket

source§

impl IsA<DBusInterface> for DBusInterfaceSkeleton

source§

impl IsA<DBusInterface> for DBusProxy

source§

impl IsA<FilterInputStream> for BufferedInputStream

source§

impl IsA<FilterInputStream> for ConverterInputStream

source§

impl IsA<FilterInputStream> for DataInputStream

source§

impl IsA<FilterOutputStream> for BufferedOutputStream

source§

impl IsA<FilterOutputStream> for ConverterOutputStream

source§

impl IsA<FilterOutputStream> for DataOutputStream

source§

impl IsA<Icon> for GLTexture

source§

impl IsA<Icon> for MemoryTexture

source§

impl IsA<Icon> for Texture

source§

impl IsA<Icon> for Pixbuf

source§

impl IsA<Icon> for BytesIcon

source§

impl IsA<Icon> for Emblem

source§

impl IsA<Icon> for EmblemedIcon

source§

impl IsA<Icon> for FileIcon

source§

impl IsA<Icon> for LoadableIcon

source§

impl IsA<Icon> for ThemedIcon

source§

impl IsA<InetSocketAddress> for ProxyAddress

source§

impl IsA<Initable> for VulkanContext

source§

impl IsA<Initable> for CharsetConverter

source§

impl IsA<Initable> for DBusConnection

source§

impl IsA<Initable> for DBusProxy

source§

impl IsA<Initable> for DBusServer

source§

impl IsA<Initable> for InetAddressMask

source§

impl IsA<Initable> for MemoryMonitor

source§

impl IsA<Initable> for NetworkMonitor

source§

impl IsA<Initable> for Socket

source§

impl IsA<Initable> for Subprocess

source§

impl IsA<InputStream> for BufferedInputStream

source§

impl IsA<InputStream> for ConverterInputStream

source§

impl IsA<InputStream> for DataInputStream

source§

impl IsA<InputStream> for FileInputStream

source§

impl IsA<InputStream> for FilterInputStream

source§

impl IsA<InputStream> for MemoryInputStream

source§

impl IsA<InputStream> for PollableInputStream

source§

impl IsA<InputStream> for UnixInputStream

source§

impl IsA<InputStream> for ReadInputStream

source§

impl IsA<IOStream> for FileIOStream

source§

impl IsA<IOStream> for SimpleIOStream

source§

impl IsA<IOStream> for SocketConnection

source§

impl IsA<IOStream> for TcpConnection

source§

impl IsA<IOStream> for TlsClientConnection

source§

impl IsA<IOStream> for TlsConnection

source§

impl IsA<IOStream> for TlsServerConnection

source§

impl IsA<ListModel> for AnyFilter

source§

impl IsA<ListModel> for BookmarkList

source§

impl IsA<ListModel> for DirectoryList

source§

impl IsA<ListModel> for EveryFilter

source§

impl IsA<ListModel> for FilterListModel

source§

impl IsA<ListModel> for FlattenListModel

source§

impl IsA<ListModel> for MapListModel

source§

impl IsA<ListModel> for MultiFilter

source§

impl IsA<ListModel> for MultiSelection

source§

impl IsA<ListModel> for MultiSorter

source§

impl IsA<ListModel> for NoSelection

source§

impl IsA<ListModel> for SectionModel

source§

impl IsA<ListModel> for SelectionFilterModel

source§

impl IsA<ListModel> for SelectionModel

source§

impl IsA<ListModel> for ShortcutController

source§

impl IsA<ListModel> for SingleSelection

source§

impl IsA<ListModel> for SliceListModel

source§

impl IsA<ListModel> for SortListModel

source§

impl IsA<ListModel> for StringList

source§

impl IsA<ListModel> for TreeListModel

source§

impl IsA<ListModel> for ListStore

source§

impl IsA<ListModel> for FontFamily

source§

impl IsA<ListModel> for FontMap

source§

impl IsA<LoadableIcon> for GLTexture

source§

impl IsA<LoadableIcon> for MemoryTexture

source§

impl IsA<LoadableIcon> for Texture

source§

impl IsA<LoadableIcon> for Pixbuf

source§

impl IsA<LoadableIcon> for BytesIcon

source§

impl IsA<LoadableIcon> for FileIcon

source§

impl IsA<MenuModel> for DBusMenuModel

source§

impl IsA<MenuModel> for Menu

source§

impl IsA<MountOperation> for MountOperation

source§

impl IsA<OutputStream> for BufferedOutputStream

source§

impl IsA<OutputStream> for ConverterOutputStream

source§

impl IsA<OutputStream> for DataOutputStream

source§

impl IsA<OutputStream> for FileOutputStream

source§

impl IsA<OutputStream> for FilterOutputStream

source§

impl IsA<OutputStream> for MemoryOutputStream

source§

impl IsA<OutputStream> for PollableOutputStream

source§

impl IsA<OutputStream> for UnixOutputStream

source§

impl IsA<OutputStream> for WriteOutputStream

source§

impl IsA<Permission> for SimplePermission

source§

impl IsA<PollableInputStream> for ConverterInputStream

source§

impl IsA<PollableInputStream> for MemoryInputStream

source§

impl IsA<PollableInputStream> for UnixInputStream

source§

impl IsA<PollableOutputStream> for ConverterOutputStream

source§

impl IsA<PollableOutputStream> for MemoryOutputStream

source§

impl IsA<PollableOutputStream> for UnixOutputStream

source§

impl IsA<ProxyResolver> for SimpleProxyResolver

source§

impl IsA<RemoteActionGroup> for DBusActionGroup

source§

impl IsA<Seekable> for BufferedInputStream

source§

impl IsA<Seekable> for BufferedOutputStream

source§

impl IsA<Seekable> for DataInputStream

source§

impl IsA<Seekable> for DataOutputStream

source§

impl IsA<Seekable> for FileInputStream

source§

impl IsA<Seekable> for FileIOStream

source§

impl IsA<Seekable> for FileOutputStream

source§

impl IsA<Seekable> for MemoryInputStream

source§

impl IsA<Seekable> for MemoryOutputStream

source§

impl IsA<Seekable> for ReadInputStream

source§

impl IsA<Seekable> for WriteOutputStream

source§

impl IsA<SocketAddress> for InetSocketAddress

source§

impl IsA<SocketAddress> for ProxyAddress

source§

impl IsA<SocketAddress> for UnixSocketAddress

source§

impl IsA<SocketConnectable> for InetSocketAddress

source§

impl IsA<SocketConnectable> for NetworkAddress

source§

impl IsA<SocketConnectable> for NetworkService

source§

impl IsA<SocketConnectable> for ProxyAddress

source§

impl IsA<SocketConnectable> for SocketAddress

source§

impl IsA<SocketConnectable> for UnixSocketAddress

source§

impl IsA<SocketConnection> for TcpConnection

source§

impl IsA<SocketControlMessage> for UnixCredentialsMessage

source§

impl IsA<SocketControlMessage> for UnixFDMessage

source§

impl IsA<SocketListener> for SocketService

source§

impl IsA<SocketListener> for ThreadedSocketService

source§

impl IsA<SocketService> for ThreadedSocketService

source§

impl IsA<TlsConnection> for TlsClientConnection

source§

impl IsA<TlsConnection> for TlsServerConnection

source§

impl IsA<TlsDatabase> for TlsFileDatabase

source§

impl IsA<FileDescriptorBased> for UnixInputStream

source§

impl IsA<FileDescriptorBased> for UnixOutputStream

source§

impl IsA<Fontset> for FontsetSimple

source§

impl<V> IsA<AsyncResult> for LocalTask<V>
where V: ValueType,

source§

impl<V> IsA<AsyncResult> for Task<V>
where V: ValueType + Send,

Implementors§

source§

impl IsA<CompletionProvider> for CompletionSnippets

source§

impl IsA<CompletionProvider> for CompletionWords

source§

impl IsA<GutterRenderer> for GutterRendererPixbuf

source§

impl IsA<GutterRenderer> for GutterRendererText

source§

impl IsA<StyleSchemeChooser> for StyleSchemeChooserButton

source§

impl IsA<StyleSchemeChooser> for StyleSchemeChooserWidget

source§

impl IsA<View> for Map

source§

impl IsA<Accessible> for CompletionCell

source§

impl IsA<Accessible> for Gutter

source§

impl IsA<Accessible> for GutterRenderer

source§

impl IsA<Accessible> for GutterRendererPixbuf

source§

impl IsA<Accessible> for GutterRendererText

source§

impl IsA<Accessible> for HoverDisplay

source§

impl IsA<Accessible> for Map

source§

impl IsA<Accessible> for StyleSchemeChooserButton

source§

impl IsA<Accessible> for StyleSchemeChooserWidget

source§

impl IsA<Accessible> for StyleSchemePreview

source§

impl IsA<Accessible> for View

source§

impl IsA<Actionable> for StyleSchemeChooserButton

source§

impl IsA<Actionable> for StyleSchemePreview

source§

impl IsA<Buildable> for CompletionCell

source§

impl IsA<Buildable> for Gutter

source§

impl IsA<Buildable> for GutterRenderer

source§

impl IsA<Buildable> for GutterRendererPixbuf

source§

impl IsA<Buildable> for GutterRendererText

source§

impl IsA<Buildable> for HoverDisplay

source§

impl IsA<Buildable> for Map

source§

impl IsA<Buildable> for StyleSchemeChooserButton

source§

impl IsA<Buildable> for StyleSchemeChooserWidget

source§

impl IsA<Buildable> for StyleSchemePreview

source§

impl IsA<Buildable> for View

source§

impl IsA<Button> for StyleSchemeChooserButton

source§

impl IsA<ConstraintTarget> for CompletionCell

source§

impl IsA<ConstraintTarget> for Gutter

source§

impl IsA<ConstraintTarget> for GutterRenderer

source§

impl IsA<ConstraintTarget> for GutterRendererPixbuf

source§

impl IsA<ConstraintTarget> for GutterRendererText

source§

impl IsA<ConstraintTarget> for HoverDisplay

source§

impl IsA<ConstraintTarget> for Map

source§

impl IsA<ConstraintTarget> for StyleSchemeChooserButton

source§

impl IsA<ConstraintTarget> for StyleSchemeChooserWidget

source§

impl IsA<ConstraintTarget> for StyleSchemePreview

source§

impl IsA<ConstraintTarget> for View

source§

impl IsA<IMContext> for VimIMContext

source§

impl IsA<Scrollable> for Map

source§

impl IsA<Scrollable> for View

source§

impl IsA<TextBuffer> for Buffer

source§

impl IsA<TextMark> for Mark

source§

impl IsA<TextTag> for Tag

source§

impl IsA<TextView> for Map

source§

impl IsA<TextView> for View

source§

impl IsA<Widget> for CompletionCell

source§

impl IsA<Widget> for Gutter

source§

impl IsA<Widget> for GutterRenderer

source§

impl IsA<Widget> for GutterRendererPixbuf

source§

impl IsA<Widget> for GutterRendererText

source§

impl IsA<Widget> for HoverDisplay

source§

impl IsA<Widget> for Map

source§

impl IsA<Widget> for StyleSchemeChooserButton

source§

impl IsA<Widget> for StyleSchemeChooserWidget

source§

impl IsA<Widget> for StyleSchemePreview

source§

impl IsA<Widget> for View

source§

impl IsA<ListModel> for CompletionContext

source§

impl IsA<TypePlugin> for TypeModule