pub struct GetManifestIconsReturns {
pub primaryIcon: Option<String>,
}Expand description
Deprecated because it’s not guaranteed that the returned icon is in fact the one used for PWA installation.
Fields§
§primaryIcon: Option<String>Trait Implementations§
Source§impl Clone for GetManifestIconsReturns
impl Clone for GetManifestIconsReturns
Source§fn clone(&self) -> GetManifestIconsReturns
fn clone(&self) -> GetManifestIconsReturns
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 GetManifestIconsReturns
impl Debug for GetManifestIconsReturns
Source§impl Default for GetManifestIconsReturns
impl Default for GetManifestIconsReturns
Source§fn default() -> GetManifestIconsReturns
fn default() -> GetManifestIconsReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetManifestIconsReturns
impl<'de> Deserialize<'de> for GetManifestIconsReturns
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
Auto Trait Implementations§
impl Freeze for GetManifestIconsReturns
impl RefUnwindSafe for GetManifestIconsReturns
impl Send for GetManifestIconsReturns
impl Sync for GetManifestIconsReturns
impl Unpin for GetManifestIconsReturns
impl UnsafeUnpin for GetManifestIconsReturns
impl UnwindSafe for GetManifestIconsReturns
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