pub struct SetFontSizes {
pub font_sizes: FontSizes,
}Fields§
§font_sizes: FontSizesTrait Implementations§
Source§impl Clone for SetFontSizes
impl Clone for SetFontSizes
Source§fn clone(&self) -> SetFontSizes
fn clone(&self) -> SetFontSizes
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 SetFontSizes
impl Debug for SetFontSizes
Source§impl<'de> Deserialize<'de> for SetFontSizes
impl<'de> Deserialize<'de> for SetFontSizes
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 Method for SetFontSizes
impl Method for SetFontSizes
const NAME: &'static str = "Page.setFontSizes"
type ReturnObject = SetFontSizesReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetFontSizes
impl PartialEq for SetFontSizes
Source§impl Serialize for SetFontSizes
impl Serialize for SetFontSizes
impl StructuralPartialEq for SetFontSizes
Auto Trait Implementations§
impl Freeze for SetFontSizes
impl RefUnwindSafe for SetFontSizes
impl Send for SetFontSizes
impl Sync for SetFontSizes
impl Unpin for SetFontSizes
impl UnwindSafe for SetFontSizes
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