pub struct InlineStyle(/* private fields */);Expand description
Style builder using only inline style attributes.
Trait Implementations§
Source§impl Clone for InlineStyle
impl Clone for InlineStyle
Source§fn clone(&self) -> InlineStyle
fn clone(&self) -> InlineStyle
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 InlineStyle
impl Debug for InlineStyle
Source§impl Default for InlineStyle
impl Default for InlineStyle
Source§fn default() -> InlineStyle
fn default() -> InlineStyle
Returns the “default value” for a type. Read more
Source§impl StyleBuilder for InlineStyle
impl StyleBuilder for InlineStyle
Source§fn finish(self) -> ClassStyle
fn finish(self) -> ClassStyle
Finish building and create a
ClassStyle.Source§fn fg_color(&mut self, color: &ColorEffect)
fn fg_color(&mut self, color: &ColorEffect)
Set the foreground colour.
Source§fn bg_color(&mut self, color: &ColorEffect)
fn bg_color(&mut self, color: &ColorEffect)
Set the background colour.
Auto Trait Implementations§
impl Freeze for InlineStyle
impl RefUnwindSafe for InlineStyle
impl Send for InlineStyle
impl Sync for InlineStyle
impl Unpin for InlineStyle
impl UnwindSafe for InlineStyle
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
Source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.Source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
Source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.