pub struct WidgetUid(pub u64);Tuple Fields§
§0: u64Trait Implementations§
impl Copy 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> 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