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