pub struct SetPageScaleFactorBuilder { /* private fields */ }Expand description
Builder for SetPageScaleFactor.
Implementations§
Source§impl SetPageScaleFactorBuilder
impl SetPageScaleFactorBuilder
Sourcepub fn page_scale_factor<VALUE: Into<JsFloat>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn page_scale_factor<VALUE: Into<JsFloat>>( &mut self, value: VALUE, ) -> &mut Self
Page scale factor.
Sourcepub fn build(
&self,
) -> Result<SetPageScaleFactor, SetPageScaleFactorBuilderError>
pub fn build( &self, ) -> Result<SetPageScaleFactor, SetPageScaleFactorBuilderError>
Trait Implementations§
Source§impl Clone for SetPageScaleFactorBuilder
impl Clone for SetPageScaleFactorBuilder
Source§fn clone(&self) -> SetPageScaleFactorBuilder
fn clone(&self) -> SetPageScaleFactorBuilder
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 SetPageScaleFactorBuilder
impl RefUnwindSafe for SetPageScaleFactorBuilder
impl Send for SetPageScaleFactorBuilder
impl Sync for SetPageScaleFactorBuilder
impl Unpin for SetPageScaleFactorBuilder
impl UnsafeUnpin for SetPageScaleFactorBuilder
impl UnwindSafe for SetPageScaleFactorBuilder
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