pub struct FontDialogBuilder {}
Expand description
The builder for a FontDialog
object. Use FontDialog::builder
to create one.
Implementations§
Auto Trait Implementations§
impl Freeze for FontDialogBuilder
impl RefUnwindSafe for FontDialogBuilder
impl Send for FontDialogBuilder
impl Sync for FontDialogBuilder
impl Unpin for FontDialogBuilder
impl UnwindSafe for FontDialogBuilder
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