[][src]Struct libhandy4::PreferencesRow

pub struct PreferencesRow(_);

Implementations

impl PreferencesRow[src]

pub fn new() -> PreferencesRow[src]

Creates a new PreferencesRow.

Returns

a new PreferencesRow

Trait Implementations

impl Clone for PreferencesRow[src]

impl Debug for PreferencesRow[src]

impl Default for PreferencesRow[src]

impl Display for PreferencesRow[src]

impl Eq for PreferencesRow[src]

impl Hash for PreferencesRow[src]

impl IsA<Accessible> for PreferencesRow[src]

impl IsA<Actionable> for PreferencesRow[src]

impl IsA<Buildable> for PreferencesRow[src]

impl IsA<ConstraintTarget> for PreferencesRow[src]

impl IsA<ListBoxRow> for PreferencesRow[src]

impl IsA<PreferencesRow> for ActionRow[src]

impl IsA<PreferencesRow> for ComboRow[src]

impl IsA<PreferencesRow> for ExpanderRow[src]

impl IsA<Widget> for PreferencesRow[src]

impl<T: PreferencesRowImpl> IsSubclassable<T> for PreferencesRow[src]

impl Ord for PreferencesRow[src]

impl ParentClassIs for PreferencesRow[src]

type Parent = ListBoxRow

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

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

impl StaticType for PreferencesRow[src]

impl StructuralEq for PreferencesRow[src]

Auto Trait Implementations

impl RefUnwindSafe for PreferencesRow[src]

impl !Send for PreferencesRow[src]

impl !Sync for PreferencesRow[src]

impl Unpin for PreferencesRow[src]

impl UnwindSafe for PreferencesRow[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>,