pub struct UiIdPath { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for UiIdPath
impl StructuralPartialEq for UiIdPath
Auto Trait Implementations§
impl Freeze for UiIdPath
impl RefUnwindSafe for UiIdPath
impl Send for UiIdPath
impl Sync for UiIdPath
impl Unpin for UiIdPath
impl UnsafeUnpin for UiIdPath
impl UnwindSafe for UiIdPath
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