pub struct SetScrollbarsHiddenBuilder { /* private fields */ }Expand description
Builder for SetScrollbarsHidden.
Implementations§
Source§impl SetScrollbarsHiddenBuilder
impl SetScrollbarsHiddenBuilder
Whether scrollbars should be always hidden.
Sourcepub fn build(
&self,
) -> Result<SetScrollbarsHidden, SetScrollbarsHiddenBuilderError>
pub fn build( &self, ) -> Result<SetScrollbarsHidden, SetScrollbarsHiddenBuilderError>
Trait Implementations§
Source§impl Clone for SetScrollbarsHiddenBuilder
impl Clone for SetScrollbarsHiddenBuilder
Source§fn clone(&self) -> SetScrollbarsHiddenBuilder
fn clone(&self) -> SetScrollbarsHiddenBuilder
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 SetScrollbarsHiddenBuilder
impl RefUnwindSafe for SetScrollbarsHiddenBuilder
impl Send for SetScrollbarsHiddenBuilder
impl Sync for SetScrollbarsHiddenBuilder
impl Unpin for SetScrollbarsHiddenBuilder
impl UnsafeUnpin for SetScrollbarsHiddenBuilder
impl UnwindSafe for SetScrollbarsHiddenBuilder
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