pub struct FontsUpdatedEventParamsBuilder { /* private fields */ }Expand description
Builder for FontsUpdatedEventParams.
Implementations§
Source§impl FontsUpdatedEventParamsBuilder
impl FontsUpdatedEventParamsBuilder
Sourcepub fn build(
&self,
) -> Result<FontsUpdatedEventParams, FontsUpdatedEventParamsBuilderError>
pub fn build( &self, ) -> Result<FontsUpdatedEventParams, FontsUpdatedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for FontsUpdatedEventParamsBuilder
impl Clone for FontsUpdatedEventParamsBuilder
Source§fn clone(&self) -> FontsUpdatedEventParamsBuilder
fn clone(&self) -> FontsUpdatedEventParamsBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FontsUpdatedEventParamsBuilder
impl RefUnwindSafe for FontsUpdatedEventParamsBuilder
impl Send for FontsUpdatedEventParamsBuilder
impl Sync for FontsUpdatedEventParamsBuilder
impl Unpin for FontsUpdatedEventParamsBuilder
impl UnsafeUnpin for FontsUpdatedEventParamsBuilder
impl UnwindSafe for FontsUpdatedEventParamsBuilder
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