pub struct PlatformSpanStyle;Trait Implementations§
Source§impl Clone for PlatformSpanStyle
impl Clone for PlatformSpanStyle
Source§fn clone(&self) -> PlatformSpanStyle
fn clone(&self) -> PlatformSpanStyle
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 PlatformSpanStyle
impl Debug for PlatformSpanStyle
Source§impl Default for PlatformSpanStyle
impl Default for PlatformSpanStyle
Source§fn default() -> PlatformSpanStyle
fn default() -> PlatformSpanStyle
Returns the “default value” for a type. Read more
Source§impl Hash for PlatformSpanStyle
impl Hash for PlatformSpanStyle
Source§impl PartialEq for PlatformSpanStyle
impl PartialEq for PlatformSpanStyle
impl Copy for PlatformSpanStyle
impl Eq for PlatformSpanStyle
impl StructuralPartialEq for PlatformSpanStyle
Auto Trait Implementations§
impl Freeze for PlatformSpanStyle
impl RefUnwindSafe for PlatformSpanStyle
impl Send for PlatformSpanStyle
impl Sync for PlatformSpanStyle
impl Unpin for PlatformSpanStyle
impl UnsafeUnpin for PlatformSpanStyle
impl UnwindSafe for PlatformSpanStyle
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