pub struct SetFontSizesParamsBuilder { /* private fields */ }Implementations§
Source§impl SetFontSizesParamsBuilder
impl SetFontSizesParamsBuilder
pub fn build(self) -> SetFontSizesParams
Auto Trait Implementations§
impl Freeze for SetFontSizesParamsBuilder
impl RefUnwindSafe for SetFontSizesParamsBuilder
impl Send for SetFontSizesParamsBuilder
impl Sync for SetFontSizesParamsBuilder
impl Unpin for SetFontSizesParamsBuilder
impl UnsafeUnpin for SetFontSizesParamsBuilder
impl UnwindSafe for SetFontSizesParamsBuilder
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