Struct sourceview5::HoverDisplay[][src]

pub struct HoverDisplay(_);

Implementations

impl HoverDisplay[src]

pub fn append<P: IsA<Widget>>(&self, child: &P)[src]

pub fn insert_after<P: IsA<Widget>, Q: IsA<Widget>>(
    &self,
    child: &P,
    sibling: &Q
)
[src]

pub fn prepend<P: IsA<Widget>>(&self, child: &P)[src]

pub fn remove<P: IsA<Widget>>(&self, child: &P)[src]

Trait Implementations

impl Clone for HoverDisplay[src]

impl Debug for HoverDisplay[src]

impl Display for HoverDisplay[src]

impl Eq for HoverDisplay[src]

impl Hash for HoverDisplay[src]

impl IsA<Accessible> for HoverDisplay[src]

impl IsA<Buildable> for HoverDisplay[src]

impl IsA<ConstraintTarget> for HoverDisplay[src]

impl IsA<Widget> for HoverDisplay[src]

impl Ord for HoverDisplay[src]

impl ParentClassIs for HoverDisplay[src]

type Parent = Widget

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

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

impl StaticType for HoverDisplay[src]

impl StructuralEq for HoverDisplay[src]

Auto Trait Implementations

impl RefUnwindSafe for HoverDisplay

impl !Send for HoverDisplay

impl !Sync for HoverDisplay

impl Unpin for HoverDisplay

impl UnwindSafe for HoverDisplay

Blanket Implementations

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

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

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<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>,