Enum css_style::text::TextDecorationLine [−][src]
Variants
None(None)Underline(Underline)Overline(Overline)LineThrough(LineThrough)Initial(Initial)Inherit(Inherit)Trait Implementations
impl Clone for TextDecorationLine[src]
fn clone(&self) -> TextDecorationLine[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for TextDecorationLine[src]
impl Debug for TextDecorationLine[src]
impl Display for TextDecorationLine[src]
impl From<Inherit> for TextDecorationLine[src]
fn from(original: Inherit) -> TextDecorationLine[src]
impl From<Initial> for TextDecorationLine[src]
fn from(original: Initial) -> TextDecorationLine[src]
impl From<LineThrough> for TextDecorationLine[src]
fn from(original: LineThrough) -> TextDecorationLine[src]
impl From<None> for TextDecorationLine[src]
fn from(original: None) -> TextDecorationLine[src]
impl From<Overline> for TextDecorationLine[src]
fn from(original: Overline) -> TextDecorationLine[src]
impl From<Underline> for TextDecorationLine[src]
fn from(original: Underline) -> TextDecorationLine[src]
impl PartialEq<TextDecorationLine> for TextDecorationLine[src]
fn eq(&self, other: &TextDecorationLine) -> bool[src]
fn ne(&self, other: &TextDecorationLine) -> bool[src]
impl StructuralPartialEq for TextDecorationLine[src]
Auto Trait Implementations
impl RefUnwindSafe for TextDecorationLine
impl Send for TextDecorationLine
impl Sync for TextDecorationLine
impl Unpin for TextDecorationLine
impl UnwindSafe for TextDecorationLine
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
T: Component + Float,
D: AdaptFrom<S, Swp, Dwp, T>,
Swp: WhitePoint,
Dwp: WhitePoint, [src]
T: Component + Float,
D: AdaptFrom<S, Swp, Dwp, T>,
Swp: WhitePoint,
Dwp: WhitePoint,
pub fn adapt_into_using<M>(self, method: M) -> D where
M: TransformMatrix<Swp, Dwp, T>, [src]
M: TransformMatrix<Swp, Dwp, T>,
pub fn adapt_into(self) -> D[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> ConvertInto<U> for T where
U: ConvertFrom<T>, [src]
U: ConvertFrom<T>,
pub fn convert_into(self) -> U[src]
pub fn convert_unclamped_into(self) -> U[src]
pub fn try_convert_into(self) -> Result<U, OutOfBounds<U>>[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,