Struct patternfly_yew::GridItemProps
source · pub struct GridItemProps {
pub children: Children,
pub cols: WithBreakpoints<u16>,
pub rows: WithBreakpoints<u16>,
pub offset: WithBreakpoints<u16>,
}Fields§
§children: Children§cols: WithBreakpoints<u16>§rows: WithBreakpoints<u16>§offset: WithBreakpoints<u16>Trait Implementations§
source§impl Clone for GridItemProps
impl Clone for GridItemProps
source§fn clone(&self) -> GridItemProps
fn clone(&self) -> GridItemProps
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<GridItemProps> for GridItemProps
impl PartialEq<GridItemProps> for GridItemProps
source§fn eq(&self, other: &GridItemProps) -> bool
fn eq(&self, other: &GridItemProps) -> bool
source§impl Properties for GridItemProps
impl Properties for GridItemProps
impl StructuralPartialEq for GridItemProps
Auto Trait Implementations§
impl !RefUnwindSafe for GridItemProps
impl !Send for GridItemProps
impl !Sync for GridItemProps
impl Unpin for GridItemProps
impl !UnwindSafe for GridItemProps
Blanket Implementations§
source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.