Struct stdweb::web::Blob [] [src]

pub struct Blob(_);

A reference to a JavaScript object which implements the IBlob interface.

(JavaScript docs)

Trait Implementations

impl Clone for Blob
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Blob
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Blob
[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 Blob
[src]

impl InstanceOf for Blob
[src]

[src]

Checks whenever a given Reference if of type Self.

impl AsRef<Reference> for Blob
[src]

[src]

Performs the conversion.

impl ReferenceType for Blob
[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<Blob> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Blob> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Blob
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Value> for Blob
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for Blob
[src]

impl IBlob for Blob
[src]

[src]

The size, in bytes, of the data contained in the Blob object. Read more

[src]

A string indicating the MIME type of the data contained in the Blob. Read more

Auto Trait Implementations

impl Send for Blob

impl Sync for Blob