pub struct SetLocalFontsEnabled {
pub enabled: bool,
}
Fields§
§enabled: bool
Trait Implementations§
Source§impl Clone for SetLocalFontsEnabled
impl Clone for SetLocalFontsEnabled
Source§fn clone(&self) -> SetLocalFontsEnabled
fn clone(&self) -> SetLocalFontsEnabled
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 SetLocalFontsEnabled
impl Debug for SetLocalFontsEnabled
Source§impl<'de> Deserialize<'de> for SetLocalFontsEnabled
impl<'de> Deserialize<'de> for SetLocalFontsEnabled
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 SetLocalFontsEnabled
impl Method for SetLocalFontsEnabled
const NAME: &'static str = "CSS.setLocalFontsEnabled"
type ReturnObject = SetLocalFontsEnabledReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetLocalFontsEnabled
impl PartialEq for SetLocalFontsEnabled
Source§impl Serialize for SetLocalFontsEnabled
impl Serialize for SetLocalFontsEnabled
impl StructuralPartialEq for SetLocalFontsEnabled
Auto Trait Implementations§
impl Freeze for SetLocalFontsEnabled
impl RefUnwindSafe for SetLocalFontsEnabled
impl Send for SetLocalFontsEnabled
impl Sync for SetLocalFontsEnabled
impl Unpin for SetLocalFontsEnabled
impl UnwindSafe for SetLocalFontsEnabled
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