Struct sourceview5::StyleSchemeChooserButton[][src]

pub struct StyleSchemeChooserButton(_);

Implementations

impl StyleSchemeChooserButton[src]

pub fn new() -> StyleSchemeChooserButton[src]

Creates a new StyleSchemeChooserButton.

Returns

a new StyleSchemeChooserButton.

Trait Implementations

impl Clone for StyleSchemeChooserButton[src]

impl Debug for StyleSchemeChooserButton[src]

impl Default for StyleSchemeChooserButton[src]

impl Display for StyleSchemeChooserButton[src]

impl Eq for StyleSchemeChooserButton[src]

impl Hash for StyleSchemeChooserButton[src]

impl IsA<Accessible> for StyleSchemeChooserButton[src]

impl IsA<Actionable> for StyleSchemeChooserButton[src]

impl IsA<Buildable> for StyleSchemeChooserButton[src]

impl IsA<Button> for StyleSchemeChooserButton[src]

impl IsA<ConstraintTarget> for StyleSchemeChooserButton[src]

impl IsA<StyleSchemeChooser> for StyleSchemeChooserButton[src]

impl IsA<Widget> for StyleSchemeChooserButton[src]

impl Ord for StyleSchemeChooserButton[src]

impl ParentClassIs for StyleSchemeChooserButton[src]

type Parent = Button

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

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

impl StaticType for StyleSchemeChooserButton[src]

impl StructuralEq for StyleSchemeChooserButton[src]

Auto Trait Implementations

impl RefUnwindSafe for StyleSchemeChooserButton

impl !Send for StyleSchemeChooserButton

impl !Sync for StyleSchemeChooserButton

impl Unpin for StyleSchemeChooserButton

impl UnwindSafe for StyleSchemeChooserButton

Blanket Implementations

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

impl<O> AccessibleExtManual 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<O> ButtonExt for O where
    O: IsA<Button>, 

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<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: SetValue + Send + ToValue + ?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>,