pub struct WidgetUid(pub u64);Tuple Fields§
§0: u64Trait Implementations§
impl Copy for WidgetUid
impl Eq for WidgetUid
Source§impl Ord for WidgetUid
impl Ord for WidgetUid
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for WidgetUid
impl PartialOrd 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 UnsafeUnpin 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