pub struct AreaBox {
pub id: WidgetId,
pub slot: Box<WidgetUnit>,
}
Fields§
§id: WidgetId
§slot: Box<WidgetUnit>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AreaBox
impl<'de> Deserialize<'de> for AreaBox
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 TryFrom<AreaBoxNode> for AreaBox
impl TryFrom<AreaBoxNode> for AreaBox
Source§impl WidgetUnitData for AreaBox
impl WidgetUnitData for AreaBox
fn id(&self) -> &WidgetId
fn get_children(&self) -> Vec<&WidgetUnit>
Auto Trait Implementations§
impl Freeze for AreaBox
impl !RefUnwindSafe for AreaBox
impl Send for AreaBox
impl Sync for AreaBox
impl Unpin for AreaBox
impl !UnwindSafe for AreaBox
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