Struct patternfly_yew::WithBreakpoint [−][src]
pub struct WithBreakpoint<T> where
T: Clone + Debug + PartialEq, {
pub modifier: T,
pub on: Breakpoint,
}Fields
modifier: Ton: BreakpointImplementations
Trait Implementations
impl<T> From<WithBreakpoint<T>> for WithBreakpoints<T> where
T: Clone + Debug + PartialEq + ToString,
impl<T> From<WithBreakpoint<T>> for WithBreakpoints<T> where
T: Clone + Debug + PartialEq + ToString,
Performs the conversion.
impl<T: PartialEq> PartialEq<WithBreakpoint<T>> for WithBreakpoint<T> where
T: Clone + Debug + PartialEq,
impl<T: PartialEq> PartialEq<WithBreakpoint<T>> for WithBreakpoint<T> where
T: Clone + Debug + PartialEq,
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<T> Transformer<(T,), WithBreakpoint<T>> for VComp where
T: Clone + Debug + PartialEq + ToString,
impl<T> Transformer<(T,), WithBreakpoint<T>> for VComp where
T: Clone + Debug + PartialEq + ToString,
Transforms one type to another.
Auto Trait Implementations
impl<T> RefUnwindSafe for WithBreakpoint<T> where
T: RefUnwindSafe,
impl<T> Send for WithBreakpoint<T> where
T: Send,
impl<T> Sync for WithBreakpoint<T> where
T: Sync,
impl<T> Unpin for WithBreakpoint<T> where
T: Unpin,
impl<T> UnwindSafe for WithBreakpoint<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more