pub struct SetDockTile {
pub badge_label: Option<String>,
pub image: Option<Vec<u8>>,
}Fields§
§badge_label: Option<String>§image: Option<Vec<u8>>Trait Implementations§
Source§impl Clone for SetDockTile
impl Clone for SetDockTile
Source§fn clone(&self) -> SetDockTile
fn clone(&self) -> SetDockTile
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 SetDockTile
impl Debug for SetDockTile
Source§impl<'de> Deserialize<'de> for SetDockTile
impl<'de> Deserialize<'de> for SetDockTile
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 SetDockTile
impl Method for SetDockTile
const NAME: &'static str = "Browser.setDockTile"
type ReturnObject = SetDockTileReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetDockTile
impl PartialEq for SetDockTile
Source§impl Serialize for SetDockTile
impl Serialize for SetDockTile
impl StructuralPartialEq for SetDockTile
Auto Trait Implementations§
impl Freeze for SetDockTile
impl RefUnwindSafe for SetDockTile
impl Send for SetDockTile
impl Sync for SetDockTile
impl Unpin for SetDockTile
impl UnwindSafe for SetDockTile
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