pub struct GetBackgroundColorsCommand { /* private fields */ }Available on crate features
experimental and CSS and DOM and Page only.Implementations§
Trait Implementations§
Source§impl Clone for GetBackgroundColorsCommand
impl Clone for GetBackgroundColorsCommand
Source§fn clone(&self) -> GetBackgroundColorsCommand
fn clone(&self) -> GetBackgroundColorsCommand
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 Command for GetBackgroundColorsCommand
impl Command for GetBackgroundColorsCommand
Source§impl Debug for GetBackgroundColorsCommand
impl Debug for GetBackgroundColorsCommand
Source§impl Deref for GetBackgroundColorsCommand
impl Deref for GetBackgroundColorsCommand
Source§impl<'de> Deserialize<'de> for GetBackgroundColorsCommand
impl<'de> Deserialize<'de> for GetBackgroundColorsCommand
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 GetBackgroundColorsCommand
impl RefUnwindSafe for GetBackgroundColorsCommand
impl Send for GetBackgroundColorsCommand
impl Sync for GetBackgroundColorsCommand
impl Unpin for GetBackgroundColorsCommand
impl UnwindSafe for GetBackgroundColorsCommand
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