Struct libhelium::builders::DesktopBuilder
source · pub struct DesktopBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct Desktop
objects.
Implementations§
Auto Trait Implementations§
impl Freeze for DesktopBuilder
impl RefUnwindSafe for DesktopBuilder
impl !Send for DesktopBuilder
impl !Sync for DesktopBuilder
impl Unpin for DesktopBuilder
impl UnwindSafe for DesktopBuilder
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