pub struct SetShowScrollBottleneckRectsBuilder { /* private fields */ }Expand description
Builder for SetShowScrollBottleneckRects.
Implementations§
Source§impl SetShowScrollBottleneckRectsBuilder
impl SetShowScrollBottleneckRectsBuilder
Sourcepub fn show<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn show<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
True for showing scroll bottleneck rects
Sourcepub fn build(
&self,
) -> Result<SetShowScrollBottleneckRects, SetShowScrollBottleneckRectsBuilderError>
pub fn build( &self, ) -> Result<SetShowScrollBottleneckRects, SetShowScrollBottleneckRectsBuilderError>
Trait Implementations§
Source§impl Clone for SetShowScrollBottleneckRectsBuilder
impl Clone for SetShowScrollBottleneckRectsBuilder
Source§fn clone(&self) -> SetShowScrollBottleneckRectsBuilder
fn clone(&self) -> SetShowScrollBottleneckRectsBuilder
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 SetShowScrollBottleneckRectsBuilder
impl RefUnwindSafe for SetShowScrollBottleneckRectsBuilder
impl Send for SetShowScrollBottleneckRectsBuilder
impl Sync for SetShowScrollBottleneckRectsBuilder
impl Unpin for SetShowScrollBottleneckRectsBuilder
impl UnsafeUnpin for SetShowScrollBottleneckRectsBuilder
impl UnwindSafe for SetShowScrollBottleneckRectsBuilder
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