Struct stdweb::Reference [] [src]

#[repr(C)]
pub struct Reference(_);

A type representing a reference to a JavaScript value.

Methods

impl Reference
[src]

[src]

Converts this reference into the given type T; checks whenever the reference is really of type T and returns None if it's not.

Trait Implementations

impl Debug for Reference
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Clone for Reference
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Drop for Reference
[src]

[src]

Executes the destructor for this type. Read more

impl AsRef<Reference> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Reference> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'a> TryFrom<&'a Reference> for &'a Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl From<Reference> for Value
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl TryFrom<Reference> for Value
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'a> PartialEq<Reference> 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 Reference
[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 Reference
[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 Reference
[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 Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for Reference
[src]

impl AsRef<Reference> for Object
[src]

[src]

Performs the conversion.

impl From<Object> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Object> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Object
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for Array
[src]

[src]

Performs the conversion.

impl From<Array> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Array> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Array
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl InstanceOf for Reference
[src]

[src]

Checks whenever a given Reference if of type Self.

impl AsRef<Reference> for Date
[src]

[src]

Performs the conversion.

impl From<Date> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Date> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Date
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for Document
[src]

[src]

Performs the conversion.

impl From<Document> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Document> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Document
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for Window
[src]

[src]

Performs the conversion.

impl From<Window> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Window> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Window
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for EventTarget
[src]

[src]

Performs the conversion.

impl From<EventTarget> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<EventTarget> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for EventTarget
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for Node
[src]

[src]

Performs the conversion.

impl From<Node> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Node> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Node
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for Element
[src]

[src]

Performs the conversion.

impl From<Element> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Element> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Element
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for Rect
[src]

[src]

Performs the conversion.

impl From<Rect> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Rect> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Rect
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for HtmlElement
[src]

[src]

Performs the conversion.

impl From<HtmlElement> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<HtmlElement> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for HtmlElement
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for CanvasElement
[src]

[src]

Performs the conversion.

impl From<CanvasElement> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<CanvasElement> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for CanvasElement
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ImageElement
[src]

[src]

Performs the conversion.

impl From<ImageElement> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ImageElement> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ImageElement
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for InputElement
[src]

[src]

Performs the conversion.

impl From<InputElement> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<InputElement> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for InputElement
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for TextAreaElement
[src]

[src]

Performs the conversion.

impl From<TextAreaElement> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<TextAreaElement> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for TextAreaElement
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for SelectElement
[src]

[src]

Performs the conversion.

impl From<SelectElement> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<SelectElement> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for SelectElement
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for OptionElement
[src]

[src]

Performs the conversion.

impl From<OptionElement> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<OptionElement> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for OptionElement
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for TokenList
[src]

[src]

Performs the conversion.

impl From<TokenList> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<TokenList> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for TokenList
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for DocumentFragment
[src]

[src]

Performs the conversion.

impl From<DocumentFragment> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<DocumentFragment> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for DocumentFragment
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for TextNode
[src]

[src]

Performs the conversion.

impl From<TextNode> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<TextNode> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for TextNode
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for NodeList
[src]

[src]

Performs the conversion.

impl From<NodeList> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<NodeList> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for NodeList
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for StringMap
[src]

[src]

Performs the conversion.

impl From<StringMap> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<StringMap> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for StringMap
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for Location
[src]

[src]

Performs the conversion.

impl From<Location> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Location> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Location
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for Storage
[src]

[src]

Performs the conversion.

impl From<Storage> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Storage> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Storage
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for Blob
[src]

[src]

Performs the conversion.

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 AsRef<Reference> for FileReader
[src]

[src]

Performs the conversion.

impl From<FileReader> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<FileReader> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for FileReader
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ArrayBuffer
[src]

[src]

Performs the conversion.

impl From<ArrayBuffer> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ArrayBuffer> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ArrayBuffer
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<T: ArrayKind> AsRef<Reference> for TypedArray<T>
[src]

[src]

Performs the conversion.

impl<T: ArrayKind> From<TypedArray<T>> for Reference
[src]

[src]

Performs the conversion.

impl<T: ArrayKind> TryFrom<TypedArray<T>> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<T: ArrayKind> TryFrom<Reference> for TypedArray<T>
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'_r, T: ArrayKind> TryFrom<&'_r Reference> for TypedArray<T>
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for XmlHttpRequest
[src]

[src]

Performs the conversion.

impl From<XmlHttpRequest> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<XmlHttpRequest> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for XmlHttpRequest
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for History
[src]

[src]

Performs the conversion.

impl From<History> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<History> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for History
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for WebSocket
[src]

[src]

Performs the conversion.

impl From<WebSocket> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<WebSocket> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for WebSocket
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for CanvasRenderingContext2d
[src]

[src]

Performs the conversion.

impl From<CanvasRenderingContext2d> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<CanvasRenderingContext2d> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for CanvasRenderingContext2d
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for CanvasGradient
[src]

[src]

Performs the conversion.

impl From<CanvasGradient> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<CanvasGradient> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for CanvasGradient
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for CanvasPattern
[src]

[src]

Performs the conversion.

impl From<CanvasPattern> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<CanvasPattern> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for CanvasPattern
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ImageData
[src]

[src]

Performs the conversion.

impl From<ImageData> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ImageData> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ImageData
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for TextMetrics
[src]

[src]

Performs the conversion.

impl From<TextMetrics> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<TextMetrics> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for TextMetrics
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for MutationObserver
[src]

[src]

Performs the conversion.

impl From<MutationObserver> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<MutationObserver> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for MutationObserver
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<Error> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for Error
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for DomException
[src]

[src]

Performs the conversion.

impl From<DomException> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for DomException
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for HierarchyRequestError
[src]

[src]

Performs the conversion.

impl From<HierarchyRequestError> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<HierarchyRequestError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for HierarchyRequestError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for InvalidAccessError
[src]

[src]

Performs the conversion.

impl From<InvalidAccessError> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<InvalidAccessError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for InvalidAccessError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for NotFoundError
[src]

[src]

Performs the conversion.

impl From<NotFoundError> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<NotFoundError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for NotFoundError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for SecurityError
[src]

[src]

Performs the conversion.

impl From<SecurityError> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<SecurityError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for SecurityError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for SyntaxError
[src]

[src]

Performs the conversion.

impl From<SyntaxError> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<SyntaxError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for SyntaxError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for IndexSizeError
[src]

[src]

Performs the conversion.

impl From<IndexSizeError> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<IndexSizeError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for IndexSizeError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for InvalidStateError
[src]

[src]

Performs the conversion.

impl From<InvalidStateError> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<InvalidStateError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for InvalidStateError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for TypeError
[src]

[src]

Performs the conversion.

impl From<TypeError> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<TypeError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for TypeError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for NotSupportedError
[src]

[src]

Performs the conversion.

impl From<NotSupportedError> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<NotSupportedError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for NotSupportedError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for InvalidCharacterError
[src]

[src]

Performs the conversion.

impl From<InvalidCharacterError> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<InvalidCharacterError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for InvalidCharacterError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ChangeEvent
[src]

[src]

Performs the conversion.

impl From<ChangeEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ChangeEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ChangeEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for InputEvent
[src]

[src]

Performs the conversion.

impl From<InputEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<InputEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for InputEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ResourceLoadEvent
[src]

[src]

Performs the conversion.

impl From<ResourceLoadEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ResourceLoadEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ResourceLoadEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ResourceAbortEvent
[src]

[src]

Performs the conversion.

impl From<ResourceAbortEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ResourceAbortEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ResourceAbortEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ResourceErrorEvent
[src]

[src]

Performs the conversion.

impl From<ResourceErrorEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ResourceErrorEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ResourceErrorEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ResizeEvent
[src]

[src]

Performs the conversion.

impl From<ResizeEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ResizeEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ResizeEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ReadyStateChangeEvent
[src]

[src]

Performs the conversion.

impl From<ReadyStateChangeEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ReadyStateChangeEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ReadyStateChangeEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for SubmitEvent
[src]

[src]

Performs the conversion.

impl From<SubmitEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<SubmitEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for SubmitEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for FocusEvent
[src]

[src]

Performs the conversion.

impl From<FocusEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<FocusEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for FocusEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for BlurEvent
[src]

[src]

Performs the conversion.

impl From<BlurEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<BlurEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for BlurEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for HashChangeEvent
[src]

[src]

Performs the conversion.

impl From<HashChangeEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<HashChangeEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for HashChangeEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for PopStateEvent
[src]

[src]

Performs the conversion.

impl From<PopStateEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<PopStateEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for PopStateEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for KeyPressEvent
[src]

[src]

Performs the conversion.

impl From<KeyPressEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<KeyPressEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for KeyPressEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for KeyDownEvent
[src]

[src]

Performs the conversion.

impl From<KeyDownEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<KeyDownEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for KeyDownEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for KeyUpEvent
[src]

[src]

Performs the conversion.

impl From<KeyUpEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<KeyUpEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for KeyUpEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ClickEvent
[src]

[src]

Performs the conversion.

impl From<ClickEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ClickEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ClickEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for DoubleClickEvent
[src]

[src]

Performs the conversion.

impl From<DoubleClickEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<DoubleClickEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for DoubleClickEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for MouseDownEvent
[src]

[src]

Performs the conversion.

impl From<MouseDownEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<MouseDownEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for MouseDownEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for MouseUpEvent
[src]

[src]

Performs the conversion.

impl From<MouseUpEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<MouseUpEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for MouseUpEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for MouseMoveEvent
[src]

[src]

Performs the conversion.

impl From<MouseMoveEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<MouseMoveEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for MouseMoveEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for MouseOverEvent
[src]

[src]

Performs the conversion.

impl From<MouseOverEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<MouseOverEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for MouseOverEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for MouseOutEvent
[src]

[src]

Performs the conversion.

impl From<MouseOutEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<MouseOutEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for MouseOutEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for PointerOverEvent
[src]

[src]

Performs the conversion.

impl From<PointerOverEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<PointerOverEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for PointerOverEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for PointerEnterEvent
[src]

[src]

Performs the conversion.

impl From<PointerEnterEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<PointerEnterEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for PointerEnterEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for PointerDownEvent
[src]

[src]

Performs the conversion.

impl From<PointerDownEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<PointerDownEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for PointerDownEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for PointerMoveEvent
[src]

[src]

Performs the conversion.

impl From<PointerMoveEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<PointerMoveEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for PointerMoveEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for PointerUpEvent
[src]

[src]

Performs the conversion.

impl From<PointerUpEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<PointerUpEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for PointerUpEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for PointerCancelEvent
[src]

[src]

Performs the conversion.

impl From<PointerCancelEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<PointerCancelEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for PointerCancelEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for PointerOutEvent
[src]

[src]

Performs the conversion.

impl From<PointerOutEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<PointerOutEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for PointerOutEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for PointerLeaveEvent
[src]

[src]

Performs the conversion.

impl From<PointerLeaveEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<PointerLeaveEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for PointerLeaveEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for GotPointerCaptureEvent
[src]

[src]

Performs the conversion.

impl From<GotPointerCaptureEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<GotPointerCaptureEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for GotPointerCaptureEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for LostPointerCaptureEvent
[src]

[src]

Performs the conversion.

impl From<LostPointerCaptureEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<LostPointerCaptureEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for LostPointerCaptureEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ProgressEvent
[src]

[src]

Performs the conversion.

impl From<ProgressEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ProgressEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ProgressEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ProgressLoadEvent
[src]

[src]

Performs the conversion.

impl From<ProgressLoadEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ProgressLoadEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ProgressLoadEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for LoadStartEvent
[src]

[src]

Performs the conversion.

impl From<LoadStartEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<LoadStartEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for LoadStartEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for LoadEndEvent
[src]

[src]

Performs the conversion.

impl From<LoadEndEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<LoadEndEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for LoadEndEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ProgressAbortEvent
[src]

[src]

Performs the conversion.

impl From<ProgressAbortEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ProgressAbortEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ProgressAbortEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for ProgressErrorEvent
[src]

[src]

Performs the conversion.

impl From<ProgressErrorEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<ProgressErrorEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for ProgressErrorEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for SocketCloseEvent
[src]

[src]

Performs the conversion.

impl From<SocketCloseEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<SocketCloseEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for SocketCloseEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for SocketErrorEvent
[src]

[src]

Performs the conversion.

impl From<SocketErrorEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<SocketErrorEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for SocketErrorEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for SocketOpenEvent
[src]

[src]

Performs the conversion.

impl From<SocketOpenEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<SocketOpenEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for SocketOpenEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for SocketMessageEvent
[src]

[src]

Performs the conversion.

impl From<SocketMessageEvent> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<SocketMessageEvent> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for SocketMessageEvent
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl AsRef<Reference> for HtmlCollection
[src]

[src]

Performs the conversion.

impl From<HtmlCollection> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<HtmlCollection> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for HtmlCollection
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Reference

impl Sync for Reference