#[repr(C)]
pub enum Quotes {
QuoteList(QuoteList),
Auto,
}
Expand description
Specified and computed quotes
property: auto
, none
, or a list
of characters.
Variants§
Implementations§
Trait Implementations§
source§impl MallocSizeOf for Quotes
impl MallocSizeOf for Quotes
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl Parse for Quotes
impl Parse for Quotes
source§fn parse<'i, 't>(
_: &ParserContext<'_>,
input: &mut Parser<'i, 't>
) -> Result<Quotes, ParseError<'i>>
fn parse<'i, 't>( _: &ParserContext<'_>, input: &mut Parser<'i, 't> ) -> Result<Quotes, ParseError<'i>>
Parse a value of this type. Read more
source§impl PartialEq<Quotes> for Quotes
impl PartialEq<Quotes> for Quotes
source§impl SpecifiedValueInfo for Quotes
impl SpecifiedValueInfo for Quotes
source§const SUPPORTED_TYPES: u8 = 0u8
const SUPPORTED_TYPES: u8 = 0u8
Supported CssTypes by the given value type. Read more
source§impl ToComputedValue for Quoteswhere
QuoteList: ToComputedValue<ComputedValue = QuoteList>,
impl ToComputedValue for Quoteswhere QuoteList: ToComputedValue<ComputedValue = QuoteList>,
§type ComputedValue = Quotes
type ComputedValue = Quotes
The computed value type we’re going to be converted to.
source§fn from_computed_value(from: &Self::ComputedValue) -> Self
fn from_computed_value(from: &Self::ComputedValue) -> Self
Convert a computed value to specified value form. Read more
source§fn to_computed_value(&self, context: &Context<'_>) -> Self::ComputedValue
fn to_computed_value(&self, context: &Context<'_>) -> Self::ComputedValue
Convert a specified value to a computed value, using itself and the data
inside the
Context
.source§impl ToResolvedValue for Quoteswhere
QuoteList: ToResolvedValue<ResolvedValue = QuoteList>,
impl ToResolvedValue for Quoteswhere QuoteList: ToResolvedValue<ResolvedValue = QuoteList>,
§type ResolvedValue = Quotes
type ResolvedValue = Quotes
The resolved value type we’re going to be converted to.
source§fn from_resolved_value(from: Self::ResolvedValue) -> Self
fn from_resolved_value(from: Self::ResolvedValue) -> Self
Convert a resolved value to resolved value form.
source§fn to_resolved_value(self, context: &Context<'_>) -> Self::ResolvedValue
fn to_resolved_value(self, context: &Context<'_>) -> Self::ResolvedValue
Convert a resolved value to a resolved value.
impl StructuralPartialEq for Quotes
Auto Trait Implementations§
impl RefUnwindSafe for Quotes
impl Send for Quotes
impl Sync for Quotes
impl Unpin for Quotes
impl UnwindSafe for Quotes
Blanket Implementations§
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> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert