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