pub struct SetLocalFontsEnabledCommand { /* private fields */ }Available on crate features
experimental and CSS and DOM and Page only.Expand description
Enables/disables rendering of local CSS fonts (enabled by default).
Implementations§
Trait Implementations§
Source§impl Clone for SetLocalFontsEnabledCommand
impl Clone for SetLocalFontsEnabledCommand
Source§fn clone(&self) -> SetLocalFontsEnabledCommand
fn clone(&self) -> SetLocalFontsEnabledCommand
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 SetLocalFontsEnabledCommand
impl Debug for SetLocalFontsEnabledCommand
Source§impl Deref for SetLocalFontsEnabledCommand
impl Deref for SetLocalFontsEnabledCommand
Source§impl<'de> Deserialize<'de> for SetLocalFontsEnabledCommand
impl<'de> Deserialize<'de> for SetLocalFontsEnabledCommand
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 SetLocalFontsEnabledCommand
impl RefUnwindSafe for SetLocalFontsEnabledCommand
impl Send for SetLocalFontsEnabledCommand
impl Sync for SetLocalFontsEnabledCommand
impl Unpin for SetLocalFontsEnabledCommand
impl UnwindSafe for SetLocalFontsEnabledCommand
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