pub enum PortalBoxSlot {
Slot(WidgetUnit),
ContentItem(ContentBoxItem),
FlexItem(FlexBoxItem),
GridItem(GridBoxItem),
}Variants§
Trait Implementations§
source§impl Clone for PortalBoxSlot
impl Clone for PortalBoxSlot
source§fn clone(&self) -> PortalBoxSlot
fn clone(&self) -> PortalBoxSlot
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 Debug for PortalBoxSlot
impl Debug for PortalBoxSlot
source§impl Default for PortalBoxSlot
impl Default for PortalBoxSlot
source§impl<'de> Deserialize<'de> for PortalBoxSlot
impl<'de> Deserialize<'de> for PortalBoxSlot
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for PortalBoxSlot
impl Serialize for PortalBoxSlot
source§impl TryFrom<PortalBoxSlotNode> for PortalBoxSlot
impl TryFrom<PortalBoxSlotNode> for PortalBoxSlot
Auto Trait Implementations§
impl RefUnwindSafe for PortalBoxSlot
impl Send for PortalBoxSlot
impl Sync for PortalBoxSlot
impl Unpin for PortalBoxSlot
impl UnwindSafe for PortalBoxSlot
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