Trait patternfly_yew::WithBreakpointExt[][src]

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>[src]

Loading content...

Provided methods

fn all(&self) -> WithBreakpoint<T>[src]

fn sm(&self) -> WithBreakpoint<T>[src]

fn md(&self) -> WithBreakpoint<T>[src]

fn lg(&self) -> WithBreakpoint<T>[src]

fn xl(&self) -> WithBreakpoint<T>[src]

fn xxl(&self) -> WithBreakpoint<T>[src]

Loading content...

Implementors

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

Loading content...