pub struct SetShowScrollSnapOverlaysBuilder { /* private fields */ }Implementations§
Source§impl SetShowScrollSnapOverlaysBuilder
impl SetShowScrollSnapOverlaysBuilder
pub fn scroll_snap_highlight_config( self, scroll_snap_highlight_config: impl Into<ScrollSnapHighlightConfig>, ) -> Self
pub fn scroll_snap_highlight_configs<I, S>( self, scroll_snap_highlight_configs: I, ) -> Self
pub fn build(self) -> Result<SetShowScrollSnapOverlays, String>
Trait Implementations§
Source§impl Clone for SetShowScrollSnapOverlaysBuilder
impl Clone for SetShowScrollSnapOverlaysBuilder
Source§fn clone(&self) -> SetShowScrollSnapOverlaysBuilder
fn clone(&self) -> SetShowScrollSnapOverlaysBuilder
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 moreSource§impl Default for SetShowScrollSnapOverlaysBuilder
impl Default for SetShowScrollSnapOverlaysBuilder
Source§fn default() -> SetShowScrollSnapOverlaysBuilder
fn default() -> SetShowScrollSnapOverlaysBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetShowScrollSnapOverlaysBuilder
impl RefUnwindSafe for SetShowScrollSnapOverlaysBuilder
impl Send for SetShowScrollSnapOverlaysBuilder
impl Sync for SetShowScrollSnapOverlaysBuilder
impl Unpin for SetShowScrollSnapOverlaysBuilder
impl UnsafeUnpin for SetShowScrollSnapOverlaysBuilder
impl UnwindSafe for SetShowScrollSnapOverlaysBuilder
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