pub struct SetScrollbarsHiddenBuilder { /* private fields */ }Implementations§
Source§impl SetScrollbarsHiddenBuilder
impl SetScrollbarsHiddenBuilder
pub fn build(self) -> Result<SetScrollbarsHidden, String>
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 moreSource§impl Default for SetScrollbarsHiddenBuilder
impl Default for SetScrollbarsHiddenBuilder
Source§fn default() -> SetScrollbarsHiddenBuilder
fn default() -> SetScrollbarsHiddenBuilder
Returns the “default value” for a type. Read more
Auto 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