pub struct SetPageScaleFactorResult {}Trait Implementations§
Source§impl Clone for SetPageScaleFactorResult
impl Clone for SetPageScaleFactorResult
Source§fn clone(&self) -> SetPageScaleFactorResult
fn clone(&self) -> SetPageScaleFactorResult
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 SetPageScaleFactorResult
impl Debug for SetPageScaleFactorResult
Source§impl Default for SetPageScaleFactorResult
impl Default for SetPageScaleFactorResult
Source§fn default() -> SetPageScaleFactorResult
fn default() -> SetPageScaleFactorResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetPageScaleFactorResult
impl<'de> Deserialize<'de> for SetPageScaleFactorResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetPageScaleFactorResult
impl PartialEq for SetPageScaleFactorResult
Source§impl Serialize for SetPageScaleFactorResult
impl Serialize for SetPageScaleFactorResult
Source§impl TryFrom<Value> for SetPageScaleFactorResult
impl TryFrom<Value> for SetPageScaleFactorResult
impl StructuralPartialEq for SetPageScaleFactorResult
Auto Trait Implementations§
impl Freeze for SetPageScaleFactorResult
impl RefUnwindSafe for SetPageScaleFactorResult
impl Send for SetPageScaleFactorResult
impl Sync for SetPageScaleFactorResult
impl Unpin for SetPageScaleFactorResult
impl UnsafeUnpin for SetPageScaleFactorResult
impl UnwindSafe for SetPageScaleFactorResult
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