[][src]Struct libhandy4::ComboRow

pub struct ComboRow(_);

Implementations

impl ComboRow[src]

pub fn new() -> ComboRow[src]

Creates a new ComboRow.

Returns

a new ComboRow

Trait Implementations

impl Clone for ComboRow[src]

impl Debug for ComboRow[src]

impl Default for ComboRow[src]

impl Display for ComboRow[src]

impl Eq for ComboRow[src]

impl Hash for ComboRow[src]

impl IsA<Accessible> for ComboRow[src]

impl IsA<ActionRow> for ComboRow[src]

impl IsA<Actionable> for ComboRow[src]

impl IsA<Buildable> for ComboRow[src]

impl IsA<ConstraintTarget> for ComboRow[src]

impl IsA<ListBoxRow> for ComboRow[src]

impl IsA<PreferencesRow> for ComboRow[src]

impl IsA<Widget> for ComboRow[src]

impl<T: ComboRowImpl> IsSubclassable<T> for ComboRow[src]

impl Ord for ComboRow[src]

impl ParentClassIs for ComboRow[src]

impl<T: ObjectType> PartialEq<T> for ComboRow[src]

impl<T: ObjectType> PartialOrd<T> for ComboRow[src]

impl StaticType for ComboRow[src]

impl StructuralEq for ComboRow[src]

Auto Trait Implementations

impl RefUnwindSafe for ComboRow[src]

impl !Send for ComboRow[src]

impl !Sync for ComboRow[src]

impl Unpin for ComboRow[src]

impl UnwindSafe for ComboRow[src]

Blanket Implementations

impl<O> AccessibleExt for O where
    O: IsA<Accessible>, 

impl<O> ActionableExt for O where
    O: IsA<Actionable>, 

impl<O> ActionableExtManual for O where
    O: IsA<Actionable>, 

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<O> BuildableExt for O where
    O: IsA<Buildable>, 

impl<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 

impl<T> Cast for T where
    T: ObjectType, 

impl<O> ConstraintTargetExt for O where
    O: IsA<ConstraintTarget>, 

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<O> ListBoxRowExt for O where
    O: IsA<ListBoxRow>, 

impl<T> ObjectExt for T where
    T: ObjectType, 

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<O> WidgetExt for O where
    O: IsA<Widget>, 

impl<O> WidgetExtManual for O where
    O: IsA<Widget>,