struct StyleDisplay(Style);
Tuple Fields§
§0: Style
Trait Implementations§
Source§impl Clone for StyleDisplay
impl Clone for StyleDisplay
Source§fn clone(&self) -> StyleDisplay
fn clone(&self) -> StyleDisplay
Returns a copy 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 StyleDisplay
impl Debug for StyleDisplay
Source§impl Default for StyleDisplay
impl Default for StyleDisplay
Source§fn default() -> StyleDisplay
fn default() -> StyleDisplay
Returns the “default value” for a type. Read more
Source§impl Display for StyleDisplay
impl Display for StyleDisplay
impl Copy for StyleDisplay
Auto Trait Implementations§
impl Freeze for StyleDisplay
impl RefUnwindSafe for StyleDisplay
impl Send for StyleDisplay
impl Sync for StyleDisplay
impl Unpin for StyleDisplay
impl UnwindSafe for StyleDisplay
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