pub struct PagespeedApiFormatStringV4ArgsSecondaryRects {
pub height: Option<i32>,
pub left: Option<i32>,
pub top: Option<i32>,
pub width: Option<i32>,
}Expand description
Secondary screen rectangles being referred to, with dimensions measured in CSS pixels. This is only ever used for SNAPSHOT_RECT arguments.
This type is not used in any activity, and only used as part of another schema.
Fields§
§height: Option<i32>no description provided
left: Option<i32>no description provided
top: Option<i32>no description provided
width: Option<i32>no description provided
Trait Implementations§
Source§impl Clone for PagespeedApiFormatStringV4ArgsSecondaryRects
impl Clone for PagespeedApiFormatStringV4ArgsSecondaryRects
Source§fn clone(&self) -> PagespeedApiFormatStringV4ArgsSecondaryRects
fn clone(&self) -> PagespeedApiFormatStringV4ArgsSecondaryRects
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PagespeedApiFormatStringV4ArgsSecondaryRects
impl Default for PagespeedApiFormatStringV4ArgsSecondaryRects
Source§fn default() -> PagespeedApiFormatStringV4ArgsSecondaryRects
fn default() -> PagespeedApiFormatStringV4ArgsSecondaryRects
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PagespeedApiFormatStringV4ArgsSecondaryRects
impl<'de> Deserialize<'de> for PagespeedApiFormatStringV4ArgsSecondaryRects
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
impl NestedType for PagespeedApiFormatStringV4ArgsSecondaryRects
impl Part for PagespeedApiFormatStringV4ArgsSecondaryRects
Auto Trait Implementations§
impl Freeze for PagespeedApiFormatStringV4ArgsSecondaryRects
impl RefUnwindSafe for PagespeedApiFormatStringV4ArgsSecondaryRects
impl Send for PagespeedApiFormatStringV4ArgsSecondaryRects
impl Sync for PagespeedApiFormatStringV4ArgsSecondaryRects
impl Unpin for PagespeedApiFormatStringV4ArgsSecondaryRects
impl UnsafeUnpin for PagespeedApiFormatStringV4ArgsSecondaryRects
impl UnwindSafe for PagespeedApiFormatStringV4ArgsSecondaryRects
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