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