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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Null
[src]

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

This method tests for !=.

impl Eq for Null
[src]

impl PartialOrd for Null
[src]

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

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

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

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

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]

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

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl Hash for Null
[src]

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

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

impl Default for Null
[src]

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

impl Debug for Null
[src]

Formats the value using the given formatter. Read more

impl From<Null> for Value
[src]

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

impl TryFrom<Null> for Value
[src]

The type returned in the event of a conversion error.

Performs the conversion.

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

The type returned in the event of a conversion error.

Performs the conversion.

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

The type returned in the event of a conversion error.

Performs the conversion.

impl PartialEq<Null> for Value
[src]

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

This method tests for !=.

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

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

This method tests for !=.

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

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

This method tests for !=.

impl PartialEq<Value> for Null
[src]

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

This method tests for !=.

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

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

This method tests for !=.

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

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

This method tests for !=.

impl TryFrom<Value> for Null
[src]

The type returned in the event of a conversion error.

Performs the conversion.

impl JsSerialize for Null
[src]

impl Serialize for Null
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Null

impl Sync for Null