Struct sourceview5::HoverContext[][src]

pub struct HoverContext(_);

Implementations

impl HoverContext[src]

pub fn get_bounds(&self, begin: &mut TextIter, end: &mut TextIter) -> bool[src]

pub fn get_buffer(&self) -> Option<Buffer>[src]

A convenience function to get the buffer.

Returns

The Buffer for the view

pub fn get_iter(&self, iter: &mut TextIter) -> bool[src]

pub fn get_view(&self) -> Option<View>[src]

Returns

the View that owns the context

Trait Implementations

impl Clone for HoverContext[src]

impl Debug for HoverContext[src]

impl Display for HoverContext[src]

impl Eq for HoverContext[src]

impl Hash for HoverContext[src]

impl Ord for HoverContext[src]

impl ParentClassIs for HoverContext[src]

type Parent = Object

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

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

impl StaticType for HoverContext[src]

impl StructuralEq for HoverContext[src]

Auto Trait Implementations

impl RefUnwindSafe for HoverContext

impl !Send for HoverContext

impl !Sync for HoverContext

impl Unpin for HoverContext

impl UnwindSafe for HoverContext

Blanket Implementations

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<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 

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

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.