pub struct GridItemProps {
pub children: Children,
pub size: Option<GridSize>,
pub xs: Option<GridSize>,
pub sm: Option<GridSize>,
pub md: Option<GridSize>,
pub lg: Option<GridSize>,
pub xl: Option<GridSize>,
pub xxl: Option<GridSize>,
pub offset: Option<u8>,
pub order: Option<GridOrder>,
pub class: Option<AttrValue>,
pub node_ref: NodeRef,
}Fields§
§children: Children§size: Option<GridSize>§xs: Option<GridSize>§sm: Option<GridSize>§md: Option<GridSize>§lg: Option<GridSize>§xl: Option<GridSize>§xxl: Option<GridSize>§offset: Option<u8>§order: Option<GridOrder>§class: Option<AttrValue>§node_ref: NodeRefTrait Implementations§
Source§impl PartialEq for GridItemProps
impl PartialEq for GridItemProps
Source§impl Properties for GridItemProps
impl Properties for GridItemProps
impl StructuralPartialEq for GridItemProps
Auto Trait Implementations§
impl Freeze for GridItemProps
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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.