pub enum SetFontSizesMethod {
SetFontSizes,
}Variants§
SetFontSizes
Trait Implementations§
Source§impl Clone for SetFontSizesMethod
impl Clone for SetFontSizesMethod
Source§fn clone(&self) -> SetFontSizesMethod
fn clone(&self) -> SetFontSizesMethod
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 SetFontSizesMethod
impl Debug for SetFontSizesMethod
Source§impl<'de> Deserialize<'de> for SetFontSizesMethod
impl<'de> Deserialize<'de> for SetFontSizesMethod
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 SetFontSizesMethod
impl PartialEq for SetFontSizesMethod
Source§impl Serialize for SetFontSizesMethod
impl Serialize for SetFontSizesMethod
impl StructuralPartialEq for SetFontSizesMethod
Auto Trait Implementations§
impl Freeze for SetFontSizesMethod
impl RefUnwindSafe for SetFontSizesMethod
impl Send for SetFontSizesMethod
impl Sync for SetFontSizesMethod
impl Unpin for SetFontSizesMethod
impl UnsafeUnpin for SetFontSizesMethod
impl UnwindSafe for SetFontSizesMethod
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