pub struct SetDockTileParams {
pub badge_label: Option<String>,
pub image: Option<Binary>,
}Expand description
Set dock tile details, platform-specific. setDockTile
Fields§
§badge_label: Option<String>§image: Option<Binary>Png encoded image.
Trait Implementations§
Source§impl Clone for SetDockTileParams
impl Clone for SetDockTileParams
Source§fn clone(&self) -> SetDockTileParams
fn clone(&self) -> SetDockTileParams
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 SetDockTileParams
impl Debug for SetDockTileParams
Source§impl Default for SetDockTileParams
impl Default for SetDockTileParams
Source§fn default() -> SetDockTileParams
fn default() -> SetDockTileParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetDockTileParams
impl<'de> Deserialize<'de> for SetDockTileParams
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 PartialEq for SetDockTileParams
impl PartialEq for SetDockTileParams
Source§impl Serialize for SetDockTileParams
impl Serialize for SetDockTileParams
impl StructuralPartialEq for SetDockTileParams
Auto Trait Implementations§
impl Freeze for SetDockTileParams
impl RefUnwindSafe for SetDockTileParams
impl Send for SetDockTileParams
impl Sync for SetDockTileParams
impl Unpin for SetDockTileParams
impl UnsafeUnpin for SetDockTileParams
impl UnwindSafe for SetDockTileParams
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