[][src]Trait patternfly_yew::WithBreakpointExt

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

Required methods

pub fn on(&self, breakpoint: Breakpoint) -> WithBreakpoint<T>[src]

Loading content...

Provided methods

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

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

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

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

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

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

Loading content...

Implementors

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

Loading content...