Struct dominator::CssStyleRule [] [src]

pub struct CssStyleRule(_);

Trait Implementations

impl Clone for CssStyleRule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CssStyleRule
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for CssStyleRule
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for CssStyleRule
[src]

impl InstanceOf for CssStyleRule
[src]

[src]

Checks whenever a given Reference if of type Self.

impl AsRef<Reference> for CssStyleRule
[src]

[src]

Performs the conversion.

impl ReferenceType for CssStyleRule
[src]

[src]

Converts a given reference into a concrete reference-like wrapper. Doesn't do any type checking; highly unsafe to use! Read more

impl From<CssStyleRule> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<CssStyleRule> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for CssStyleRule
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'_r> TryFrom<&'_r Reference> for CssStyleRule
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Value> for CssStyleRule
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'_r> TryFrom<&'_r Value> for CssStyleRule
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for CssStyleRule
[src]

impl JsSerializeOwned for CssStyleRule
[src]

[src]

[src]

impl<'_r> JsSerializeOwned for &'_r CssStyleRule
[src]

[src]

[src]

impl IStyle for CssStyleRule
[src]

[src]

Auto Trait Implementations

impl Send for CssStyleRule

impl Sync for CssStyleRule