pub struct AffectedByStartingStylesFlagUpdatedEventParamsBuilder { /* private fields */ }Expand description
Builder for AffectedByStartingStylesFlagUpdatedEventParams.
Implementations§
Source§impl AffectedByStartingStylesFlagUpdatedEventParamsBuilder
impl AffectedByStartingStylesFlagUpdatedEventParamsBuilder
Sourcepub fn affected_by_starting_styles(&mut self, value: bool) -> &mut Self
pub fn affected_by_starting_styles(&mut self, value: bool) -> &mut Self
If the node has starting styles.
Sourcepub fn build(
&self,
) -> Result<AffectedByStartingStylesFlagUpdatedEventParams, AffectedByStartingStylesFlagUpdatedEventParamsBuilderError>
pub fn build( &self, ) -> Result<AffectedByStartingStylesFlagUpdatedEventParams, AffectedByStartingStylesFlagUpdatedEventParamsBuilderError>
Builds a new AffectedByStartingStylesFlagUpdatedEventParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for AffectedByStartingStylesFlagUpdatedEventParamsBuilder
impl Clone for AffectedByStartingStylesFlagUpdatedEventParamsBuilder
Source§fn clone(&self) -> AffectedByStartingStylesFlagUpdatedEventParamsBuilder
fn clone(&self) -> AffectedByStartingStylesFlagUpdatedEventParamsBuilder
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 AffectedByStartingStylesFlagUpdatedEventParamsBuilder
impl RefUnwindSafe for AffectedByStartingStylesFlagUpdatedEventParamsBuilder
impl Send for AffectedByStartingStylesFlagUpdatedEventParamsBuilder
impl Sync for AffectedByStartingStylesFlagUpdatedEventParamsBuilder
impl Unpin for AffectedByStartingStylesFlagUpdatedEventParamsBuilder
impl UnsafeUnpin for AffectedByStartingStylesFlagUpdatedEventParamsBuilder
impl UnwindSafe for AffectedByStartingStylesFlagUpdatedEventParamsBuilder
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