pub struct ResetPageScaleFactorResult {}Trait Implementations§
Source§impl Clone for ResetPageScaleFactorResult
impl Clone for ResetPageScaleFactorResult
Source§fn clone(&self) -> ResetPageScaleFactorResult
fn clone(&self) -> ResetPageScaleFactorResult
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 ResetPageScaleFactorResult
impl Debug for ResetPageScaleFactorResult
Source§impl Default for ResetPageScaleFactorResult
impl Default for ResetPageScaleFactorResult
Source§fn default() -> ResetPageScaleFactorResult
fn default() -> ResetPageScaleFactorResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResetPageScaleFactorResult
impl<'de> Deserialize<'de> for ResetPageScaleFactorResult
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 TryFrom<Value> for ResetPageScaleFactorResult
impl TryFrom<Value> for ResetPageScaleFactorResult
impl StructuralPartialEq for ResetPageScaleFactorResult
Auto Trait Implementations§
impl Freeze for ResetPageScaleFactorResult
impl RefUnwindSafe for ResetPageScaleFactorResult
impl Send for ResetPageScaleFactorResult
impl Sync for ResetPageScaleFactorResult
impl Unpin for ResetPageScaleFactorResult
impl UnsafeUnpin for ResetPageScaleFactorResult
impl UnwindSafe for ResetPageScaleFactorResult
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