Struct stdweb::Null [] [src]

pub struct Null;

A unit type representing JavaScript's null.

Trait Implementations

impl Copy for Null
[src]

impl Clone for Null
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Null
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Null
[src]

impl PartialOrd for Null
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Null
[src]

[src]

This method returns an Ordering between self and other. Read more

1.21.0
[src]

Compares and returns the maximum of two values. Read more

1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Hash for Null
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for Null
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Null
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Null> for Value
[src]

[src]

Performs the conversion.

impl<'a> From<&'a Null> for Value
[src]

[src]

Performs the conversion.

impl<'a> From<&'a mut Null> for Value
[src]

[src]

Performs the conversion.

impl TryFrom<Null> for Value
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'a> TryFrom<&'a Null> for Value
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'a> TryFrom<&'a mut Null> for Value
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl PartialEq<Null> for Value
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<'a> PartialEq<&'a Null> for Value
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<'a> PartialEq<Null> for &'a Value
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl PartialEq<Value> for Null
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<'a> PartialEq<&'a Value> for Null
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<'a> PartialEq<Value> for &'a Null
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl TryFrom<Value> for Null
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for Null
[src]

impl Serialize for Null
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for Null
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Null

impl Sync for Null