pub enum PortalBoxSlotNode {
Slot(WidgetNode),
ContentItem(ContentBoxItemNode),
FlexItem(FlexBoxItemNode),
GridItem(GridBoxItemNode),
}
Variants§
Slot(WidgetNode)
ContentItem(ContentBoxItemNode)
FlexItem(FlexBoxItemNode)
GridItem(GridBoxItemNode)
Trait Implementations§
source§impl Clone for PortalBoxSlotNode
impl Clone for PortalBoxSlotNode
source§fn clone(&self) -> PortalBoxSlotNode
fn clone(&self) -> PortalBoxSlotNode
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 PortalBoxSlotNode
impl Debug for PortalBoxSlotNode
source§impl Default for PortalBoxSlotNode
impl Default for PortalBoxSlotNode
source§impl TryFrom<PortalBoxSlotNode> for PortalBoxSlot
impl TryFrom<PortalBoxSlotNode> for PortalBoxSlot
Auto Trait Implementations§
impl Freeze for PortalBoxSlotNode
impl !RefUnwindSafe for PortalBoxSlotNode
impl Send for PortalBoxSlotNode
impl Sync for PortalBoxSlotNode
impl Unpin for PortalBoxSlotNode
impl !UnwindSafe for PortalBoxSlotNode
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)