[][src]Struct savory_elements::element::popover::Popover

pub struct Popover { /* fields omitted */ }

Implementations

impl Popover[src]

pub fn id(&self) -> &Id[src]

pub fn get_styler(&self) -> Option<&<Popover as Stylable>::Styler>[src]

pub fn theme(&self) -> &Theme[src]

pub fn toggle(&self) -> &Toggle[src]

pub fn offset(&self) -> i8[src]

impl Popover[src]

pub fn config() -> Config[src]

impl Popover[src]

pub fn is_toggled(&self) -> bool[src]

Trait Implementations

impl Clone for Popover[src]

impl Element for Popover[src]

type Message = Msg

Element message

type Config = Config

Configuration used to initialize this element

impl Stylable for Popover[src]

type Style = Style

Style used by the view

type Styler = Styler<Self, Style>

Styler that generate Style according to the view data

impl StyledView<Node<Msg>> for Popover[src]

impl View<Node<Msg>> for Popover[src]

Auto Trait Implementations

impl !RefUnwindSafe for Popover

impl !Send for Popover

impl !Sync for Popover

impl Unpin for Popover

impl !UnwindSafe for Popover

Blanket Implementations

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]

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<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, Msg, T> NodeModifier<'a, Msg> for T where
    T: View<Node<Msg>>, 
[src]

impl<T> Sealed<T> for T where
    T: ?Sized

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>,