pub struct PagespeedApiFormatStringV4 {
pub args: Option<Vec<PagespeedApiFormatStringV4Args>>,
pub format: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§args: Option<Vec<PagespeedApiFormatStringV4Args>>List of arguments for the format string.
format: Option<String>A localized format string with {{FOO}} placeholders, where ‘FOO’ is the key of the argument whose value should be substituted. For HYPERLINK arguments, the format string will instead contain {{BEGIN_FOO}} and {{END_FOO}} for the argument with key ‘FOO’.
Trait Implementations§
Source§impl Clone for PagespeedApiFormatStringV4
impl Clone for PagespeedApiFormatStringV4
Source§fn clone(&self) -> PagespeedApiFormatStringV4
fn clone(&self) -> PagespeedApiFormatStringV4
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 Debug for PagespeedApiFormatStringV4
impl Debug for PagespeedApiFormatStringV4
Source§impl Default for PagespeedApiFormatStringV4
impl Default for PagespeedApiFormatStringV4
Source§fn default() -> PagespeedApiFormatStringV4
fn default() -> PagespeedApiFormatStringV4
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PagespeedApiFormatStringV4
impl<'de> Deserialize<'de> for PagespeedApiFormatStringV4
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 Part for PagespeedApiFormatStringV4
Auto Trait Implementations§
impl Freeze for PagespeedApiFormatStringV4
impl RefUnwindSafe for PagespeedApiFormatStringV4
impl Send for PagespeedApiFormatStringV4
impl Sync for PagespeedApiFormatStringV4
impl Unpin for PagespeedApiFormatStringV4
impl UnsafeUnpin for PagespeedApiFormatStringV4
impl UnwindSafe for PagespeedApiFormatStringV4
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