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