pub struct WidgetSummary {
pub HandleId: HandleId,
pub Name: Name,
}Expand description
widget aggregated informations summary
Fields§
§HandleId: HandleIdunique handle ID
Name: Namewidget name
Trait Implementations§
Source§impl Clone for WidgetSummary
impl Clone for WidgetSummary
Source§fn clone(&self) -> WidgetSummary
fn clone(&self) -> WidgetSummary
Returns a duplicate 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 WidgetSummary
impl Debug for WidgetSummary
Source§impl<'de> Deserialize<'de> for WidgetSummary
impl<'de> Deserialize<'de> for WidgetSummary
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
Auto Trait Implementations§
impl Freeze for WidgetSummary
impl RefUnwindSafe for WidgetSummary
impl Send for WidgetSummary
impl Sync for WidgetSummary
impl Unpin for WidgetSummary
impl UnwindSafe for WidgetSummary
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