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