pub struct ResetPageScaleFactorBuilder;Implementations§
Source§impl ResetPageScaleFactorBuilder
impl ResetPageScaleFactorBuilder
pub fn new() -> Self
pub fn build(self) -> ResetPageScaleFactor
Trait Implementations§
Source§impl Clone for ResetPageScaleFactorBuilder
impl Clone for ResetPageScaleFactorBuilder
Source§fn clone(&self) -> ResetPageScaleFactorBuilder
fn clone(&self) -> ResetPageScaleFactorBuilder
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 Debug for ResetPageScaleFactorBuilder
impl Debug for ResetPageScaleFactorBuilder
Source§impl Default for ResetPageScaleFactorBuilder
impl Default for ResetPageScaleFactorBuilder
Source§fn default() -> ResetPageScaleFactorBuilder
fn default() -> ResetPageScaleFactorBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResetPageScaleFactorBuilder
impl RefUnwindSafe for ResetPageScaleFactorBuilder
impl Send for ResetPageScaleFactorBuilder
impl Sync for ResetPageScaleFactorBuilder
impl Unpin for ResetPageScaleFactorBuilder
impl UnsafeUnpin for ResetPageScaleFactorBuilder
impl UnwindSafe for ResetPageScaleFactorBuilder
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