pub struct SetLocalFontsEnabledReturnObject {}Trait Implementations§
Source§impl Clone for SetLocalFontsEnabledReturnObject
impl Clone for SetLocalFontsEnabledReturnObject
Source§fn clone(&self) -> SetLocalFontsEnabledReturnObject
fn clone(&self) -> SetLocalFontsEnabledReturnObject
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<'de> Deserialize<'de> for SetLocalFontsEnabledReturnObject
impl<'de> Deserialize<'de> for SetLocalFontsEnabledReturnObject
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 SetLocalFontsEnabledReturnObject
impl PartialEq for SetLocalFontsEnabledReturnObject
Source§fn eq(&self, other: &SetLocalFontsEnabledReturnObject) -> bool
fn eq(&self, other: &SetLocalFontsEnabledReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetLocalFontsEnabledReturnObject
Auto Trait Implementations§
impl Freeze for SetLocalFontsEnabledReturnObject
impl RefUnwindSafe for SetLocalFontsEnabledReturnObject
impl Send for SetLocalFontsEnabledReturnObject
impl Sync for SetLocalFontsEnabledReturnObject
impl Unpin for SetLocalFontsEnabledReturnObject
impl UnwindSafe for SetLocalFontsEnabledReturnObject
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