[][src]Struct libhandy4::ExpanderRow

pub struct ExpanderRow(_);

Implementations

impl ExpanderRow[src]

pub fn new() -> ExpanderRow[src]

Creates a new ExpanderRow.

Returns

a new ExpanderRow

Trait Implementations

impl Clone for ExpanderRow[src]

impl Debug for ExpanderRow[src]

impl Default for ExpanderRow[src]

impl Display for ExpanderRow[src]

impl Eq for ExpanderRow[src]

impl Hash for ExpanderRow[src]

impl IsA<Accessible> for ExpanderRow[src]

impl IsA<Actionable> for ExpanderRow[src]

impl IsA<Buildable> for ExpanderRow[src]

impl IsA<ConstraintTarget> for ExpanderRow[src]

impl IsA<ListBoxRow> for ExpanderRow[src]

impl IsA<PreferencesRow> for ExpanderRow[src]

impl IsA<Widget> for ExpanderRow[src]

impl<T: ExpanderRowImpl> IsSubclassable<T> for ExpanderRow[src]

impl Ord for ExpanderRow[src]

impl ParentClassIs for ExpanderRow[src]

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

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

impl StaticType for ExpanderRow[src]

impl StructuralEq for ExpanderRow[src]

Auto Trait Implementations

impl RefUnwindSafe for ExpanderRow[src]

impl !Send for ExpanderRow[src]

impl !Sync for ExpanderRow[src]

impl Unpin for ExpanderRow[src]

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