[][src]Trait patternfly_yew::WithBreakpointExt

pub trait WithBreakpointExt<T> where
    T: Clone + Debug + PartialEq + ToString
{ fn on(&self, breakpoint: Breakpoint) -> WithBreakpoint<T>; fn all(&self) -> WithBreakpoint<T> { ... }
fn sm(&self) -> WithBreakpoint<T> { ... }
fn md(&self) -> WithBreakpoint<T> { ... }
fn lg(&self) -> WithBreakpoint<T> { ... }
fn xl(&self) -> WithBreakpoint<T> { ... }
fn xxl(&self) -> WithBreakpoint<T> { ... } }

Required methods

fn on(&self, breakpoint: Breakpoint) -> WithBreakpoint<T>

Loading content...

Provided methods

fn all(&self) -> WithBreakpoint<T>

fn sm(&self) -> WithBreakpoint<T>

fn md(&self) -> WithBreakpoint<T>

fn lg(&self) -> WithBreakpoint<T>

fn xl(&self) -> WithBreakpoint<T>

fn xxl(&self) -> WithBreakpoint<T>

Loading content...

Implementors

impl<T> WithBreakpointExt<T> for T where
    T: Clone + Debug + PartialEq + ToString
[src]

Loading content...