pub struct WidgetUid(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Ord for WidgetUid
impl Ord for WidgetUid
Source§impl PartialOrd for WidgetUid
impl PartialOrd for WidgetUid
impl Copy for WidgetUid
impl Eq for WidgetUid
impl StructuralPartialEq for WidgetUid
Auto Trait Implementations§
impl Freeze for WidgetUid
impl RefUnwindSafe for WidgetUid
impl Send for WidgetUid
impl Sync for WidgetUid
impl Unpin for WidgetUid
impl UnwindSafe for WidgetUid
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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