[][src]Struct stdweb::Reference

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

A type representing a reference to a JavaScript value.

Methods

impl Reference
[src]

pub fn downcast<T: ReferenceType>(self) -> Option<T>
[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 JsSerialize for Reference
[src]

impl TryFrom<Reference> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

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

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Value
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Value> for Reference
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Object> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Object
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Array> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Array
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Date> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Date
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Document> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Document
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Window> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Window
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<EventTarget> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for EventTarget
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Node> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Node
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Element> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Element
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Rect> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Rect
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<HtmlElement> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for HtmlElement
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<CanvasElement> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for CanvasElement
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ImageElement> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ImageElement
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<InputElement> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for InputElement
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TextAreaElement> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TextAreaElement
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<SelectElement> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for SelectElement
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<OptionElement> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for OptionElement
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TemplateElement> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TemplateElement
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<SlotElement> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for SlotElement
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TokenList> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TokenList
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DocumentFragment> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DocumentFragment
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TextNode> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TextNode
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<NodeList> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for NodeList
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<StringMap> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for StringMap
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Location> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Location
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Storage> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Storage
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Blob> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Blob
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<FileList> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for FileList
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<FileReader> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for FileReader
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ArrayBuffer> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ArrayBuffer
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = Void

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<XmlHttpRequest> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for XmlHttpRequest
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<History> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for History
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<WebSocket> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for WebSocket
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<CanvasRenderingContext2d> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for CanvasRenderingContext2d
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<CanvasGradient> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for CanvasGradient
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<CanvasPattern> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for CanvasPattern
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ImageData> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ImageData
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TextMetrics> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TextMetrics
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<MutationObserver> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for MutationObserver
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Error> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Error
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TypeError> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TypeError
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Touch> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Touch
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DomException
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<HierarchyRequestError> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for HierarchyRequestError
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<InvalidAccessError> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for InvalidAccessError
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<NotFoundError> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for NotFoundError
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<SecurityError> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for SecurityError
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<SyntaxError> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for SyntaxError
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<IndexSizeError> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for IndexSizeError
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<InvalidStateError> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for InvalidStateError
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<NotSupportedError> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for NotSupportedError
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<InvalidCharacterError> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for InvalidCharacterError
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<AbortError> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for AbortError
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ChangeEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ChangeEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<InputEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for InputEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ResourceLoadEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ResourceLoadEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ResourceAbortEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ResourceAbortEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ResourceErrorEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ResourceErrorEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ResizeEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ResizeEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ScrollEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ScrollEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ReadyStateChangeEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ReadyStateChangeEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<SubmitEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for SubmitEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<SelectionChangeEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for SelectionChangeEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragRelatedEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragRelatedEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragStartEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragStartEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragEnterEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragEnterEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragExitEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragExitEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragLeaveEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragLeaveEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragOverEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragOverEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragDropEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragDropEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DragEndEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DragEndEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DataTransfer> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DataTransfer
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DataTransferItemList> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DataTransferItemList
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DataTransferItem> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DataTransferItem
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<FocusEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for FocusEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<BlurEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for BlurEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<GamepadConnectedEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for GamepadConnectedEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<GamepadDisconnectedEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for GamepadDisconnectedEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<HashChangeEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for HashChangeEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PopStateEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PopStateEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<KeyPressEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for KeyPressEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<KeyDownEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for KeyDownEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<KeyUpEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for KeyUpEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ClickEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ClickEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<AuxClickEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for AuxClickEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ContextMenuEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ContextMenuEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DoubleClickEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DoubleClickEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<MouseDownEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for MouseDownEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<MouseUpEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for MouseUpEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<MouseMoveEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for MouseMoveEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<MouseOverEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for MouseOverEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<MouseOutEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for MouseOutEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<MouseEnterEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for MouseEnterEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<MouseLeaveEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for MouseLeaveEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<MouseWheelEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for MouseWheelEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PointerOverEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PointerOverEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PointerEnterEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PointerEnterEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PointerDownEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PointerDownEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PointerMoveEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PointerMoveEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PointerUpEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PointerUpEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PointerCancelEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PointerCancelEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PointerOutEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PointerOutEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PointerLeaveEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PointerLeaveEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<GotPointerCaptureEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for GotPointerCaptureEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<LostPointerCaptureEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for LostPointerCaptureEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PointerLockChangeEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PointerLockChangeEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<PointerLockErrorEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for PointerLockErrorEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ProgressEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ProgressEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ProgressLoadEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ProgressLoadEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<LoadStartEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for LoadStartEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<LoadEndEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for LoadEndEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ProgressAbortEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ProgressAbortEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ProgressErrorEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ProgressErrorEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<SocketCloseEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for SocketCloseEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<SocketErrorEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for SocketErrorEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<SocketOpenEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for SocketOpenEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<SocketMessageEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for SocketMessageEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<SlotChangeEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for SlotChangeEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TouchEvent> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TouchEvent
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TouchMove> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TouchMove
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TouchLeave> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TouchLeave
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TouchEnter> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TouchEnter
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TouchEnd> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TouchEnd
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TouchCancel> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TouchCancel
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<TouchStart> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for TouchStart
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<HtmlCollection> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for HtmlCollection
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<GamepadButton> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for GamepadButton
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Gamepad> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Gamepad
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Selection> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Selection
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<ShadowRoot> for Reference
[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for ShadowRoot
[src]

type Error = ConversionError

The type returned in the event of a conversion error.

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

type Error = ConversionError

The type returned in the event of a conversion error.

impl InstanceOf for Reference
[src]

impl AsRef<Reference> for Reference
[src]

impl AsRef<Reference> for Object
[src]

impl AsRef<Reference> for Array
[src]

impl AsRef<Reference> for Date
[src]

impl AsRef<Reference> for Document
[src]

impl AsRef<Reference> for Window
[src]

impl AsRef<Reference> for EventTarget
[src]

impl AsRef<Reference> for Node
[src]

impl AsRef<Reference> for Element
[src]

impl AsRef<Reference> for Rect
[src]

impl AsRef<Reference> for HtmlElement
[src]

impl AsRef<Reference> for CanvasElement
[src]

impl AsRef<Reference> for ImageElement
[src]

impl AsRef<Reference> for InputElement
[src]

impl AsRef<Reference> for TextAreaElement
[src]

impl AsRef<Reference> for SelectElement
[src]

impl AsRef<Reference> for OptionElement
[src]

impl AsRef<Reference> for TemplateElement
[src]

impl AsRef<Reference> for SlotElement
[src]

impl AsRef<Reference> for TokenList
[src]

impl AsRef<Reference> for DocumentFragment
[src]

impl AsRef<Reference> for TextNode
[src]

impl AsRef<Reference> for NodeList
[src]

impl AsRef<Reference> for StringMap
[src]

impl AsRef<Reference> for Location
[src]

impl AsRef<Reference> for Storage
[src]

impl AsRef<Reference> for Blob
[src]

impl AsRef<Reference> for FileList
[src]

impl AsRef<Reference> for FileReader
[src]

impl AsRef<Reference> for ArrayBuffer
[src]

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

impl AsRef<Reference> for XmlHttpRequest
[src]

impl AsRef<Reference> for History
[src]

impl AsRef<Reference> for WebSocket
[src]

impl AsRef<Reference> for CanvasRenderingContext2d
[src]

impl AsRef<Reference> for CanvasGradient
[src]

impl AsRef<Reference> for CanvasPattern
[src]

impl AsRef<Reference> for ImageData
[src]

impl AsRef<Reference> for TextMetrics
[src]

impl AsRef<Reference> for MutationObserver
[src]

impl AsRef<Reference> for Error
[src]

impl AsRef<Reference> for TypeError
[src]

impl AsRef<Reference> for Touch
[src]

impl AsRef<Reference> for DomException
[src]

impl AsRef<Reference> for HierarchyRequestError
[src]

impl AsRef<Reference> for InvalidAccessError
[src]

impl AsRef<Reference> for NotFoundError
[src]

impl AsRef<Reference> for SecurityError
[src]

impl AsRef<Reference> for SyntaxError
[src]

impl AsRef<Reference> for IndexSizeError
[src]

impl AsRef<Reference> for InvalidStateError
[src]

impl AsRef<Reference> for NotSupportedError
[src]

impl AsRef<Reference> for InvalidCharacterError
[src]

impl AsRef<Reference> for AbortError
[src]

impl AsRef<Reference> for ChangeEvent
[src]

impl AsRef<Reference> for InputEvent
[src]

impl AsRef<Reference> for ResourceLoadEvent
[src]

impl AsRef<Reference> for ResourceAbortEvent
[src]

impl AsRef<Reference> for ResourceErrorEvent
[src]

impl AsRef<Reference> for ResizeEvent
[src]

impl AsRef<Reference> for ScrollEvent
[src]

impl AsRef<Reference> for ReadyStateChangeEvent
[src]

impl AsRef<Reference> for SubmitEvent
[src]

impl AsRef<Reference> for SelectionChangeEvent
[src]

impl AsRef<Reference> for DragRelatedEvent
[src]

impl AsRef<Reference> for DragEvent
[src]

impl AsRef<Reference> for DragStartEvent
[src]

impl AsRef<Reference> for DragEnterEvent
[src]

impl AsRef<Reference> for DragExitEvent
[src]

impl AsRef<Reference> for DragLeaveEvent
[src]

impl AsRef<Reference> for DragOverEvent
[src]

impl AsRef<Reference> for DragDropEvent
[src]

impl AsRef<Reference> for DragEndEvent
[src]

impl AsRef<Reference> for DataTransfer
[src]

impl AsRef<Reference> for DataTransferItemList
[src]

impl AsRef<Reference> for DataTransferItem
[src]

impl AsRef<Reference> for FocusEvent
[src]

impl AsRef<Reference> for BlurEvent
[src]

impl AsRef<Reference> for GamepadConnectedEvent
[src]

impl AsRef<Reference> for GamepadDisconnectedEvent
[src]

impl AsRef<Reference> for HashChangeEvent
[src]

impl AsRef<Reference> for PopStateEvent
[src]

impl AsRef<Reference> for KeyPressEvent
[src]

impl AsRef<Reference> for KeyDownEvent
[src]

impl AsRef<Reference> for KeyUpEvent
[src]

impl AsRef<Reference> for ClickEvent
[src]

impl AsRef<Reference> for AuxClickEvent
[src]

impl AsRef<Reference> for ContextMenuEvent
[src]

impl AsRef<Reference> for DoubleClickEvent
[src]

impl AsRef<Reference> for MouseDownEvent
[src]

impl AsRef<Reference> for MouseUpEvent
[src]

impl AsRef<Reference> for MouseMoveEvent
[src]

impl AsRef<Reference> for MouseOverEvent
[src]

impl AsRef<Reference> for MouseOutEvent
[src]

impl AsRef<Reference> for MouseEnterEvent
[src]

impl AsRef<Reference> for MouseLeaveEvent
[src]

impl AsRef<Reference> for MouseWheelEvent
[src]

impl AsRef<Reference> for PointerOverEvent
[src]

impl AsRef<Reference> for PointerEnterEvent
[src]

impl AsRef<Reference> for PointerDownEvent
[src]

impl AsRef<Reference> for PointerMoveEvent
[src]

impl AsRef<Reference> for PointerUpEvent
[src]

impl AsRef<Reference> for PointerCancelEvent
[src]

impl AsRef<Reference> for PointerOutEvent
[src]

impl AsRef<Reference> for PointerLeaveEvent
[src]

impl AsRef<Reference> for GotPointerCaptureEvent
[src]

impl AsRef<Reference> for LostPointerCaptureEvent
[src]

impl AsRef<Reference> for PointerLockChangeEvent
[src]

impl AsRef<Reference> for PointerLockErrorEvent
[src]

impl AsRef<Reference> for ProgressEvent
[src]

impl AsRef<Reference> for ProgressLoadEvent
[src]

impl AsRef<Reference> for LoadStartEvent
[src]

impl AsRef<Reference> for LoadEndEvent
[src]

impl AsRef<Reference> for ProgressAbortEvent
[src]

impl AsRef<Reference> for ProgressErrorEvent
[src]

impl AsRef<Reference> for SocketCloseEvent
[src]

impl AsRef<Reference> for SocketErrorEvent
[src]

impl AsRef<Reference> for SocketOpenEvent
[src]

impl AsRef<Reference> for SocketMessageEvent
[src]

impl AsRef<Reference> for SlotChangeEvent
[src]

impl AsRef<Reference> for TouchEvent
[src]

impl AsRef<Reference> for TouchMove
[src]

impl AsRef<Reference> for TouchLeave
[src]

impl AsRef<Reference> for TouchEnter
[src]

impl AsRef<Reference> for TouchEnd
[src]

impl AsRef<Reference> for TouchCancel
[src]

impl AsRef<Reference> for TouchStart
[src]

impl AsRef<Reference> for HtmlCollection
[src]

impl AsRef<Reference> for GamepadButton
[src]

impl AsRef<Reference> for Gamepad
[src]

impl AsRef<Reference> for Selection
[src]

impl AsRef<Reference> for ShadowRoot
[src]

impl Clone for Reference
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Reference> for Value
[src]

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

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

impl From<Object> for Reference
[src]

impl From<Array> for Reference
[src]

impl From<Date> for Reference
[src]

impl From<Document> for Reference
[src]

impl From<Window> for Reference
[src]

impl From<EventTarget> for Reference
[src]

impl From<Node> for Reference
[src]

impl From<Element> for Reference
[src]

impl From<Rect> for Reference
[src]

impl From<HtmlElement> for Reference
[src]

impl From<CanvasElement> for Reference
[src]

impl From<ImageElement> for Reference
[src]

impl From<InputElement> for Reference
[src]

impl From<TextAreaElement> for Reference
[src]

impl From<SelectElement> for Reference
[src]

impl From<OptionElement> for Reference
[src]

impl From<TemplateElement> for Reference
[src]

impl From<SlotElement> for Reference
[src]

impl From<TokenList> for Reference
[src]

impl From<DocumentFragment> for Reference
[src]

impl From<TextNode> for Reference
[src]

impl From<NodeList> for Reference
[src]

impl From<StringMap> for Reference
[src]

impl From<Location> for Reference
[src]

impl From<Storage> for Reference
[src]

impl From<Blob> for Reference
[src]

impl From<FileList> for Reference
[src]

impl From<FileReader> for Reference
[src]

impl From<ArrayBuffer> for Reference
[src]

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

impl From<XmlHttpRequest> for Reference
[src]

impl From<History> for Reference
[src]

impl From<WebSocket> for Reference
[src]

impl From<CanvasRenderingContext2d> for Reference
[src]

impl From<CanvasGradient> for Reference
[src]

impl From<CanvasPattern> for Reference
[src]

impl From<ImageData> for Reference
[src]

impl From<TextMetrics> for Reference
[src]

impl From<MutationObserver> for Reference
[src]

impl From<Error> for Reference
[src]

impl From<TypeError> for Reference
[src]

impl From<Touch> for Reference
[src]

impl From<DomException> for Reference
[src]

impl From<HierarchyRequestError> for Reference
[src]

impl From<InvalidAccessError> for Reference
[src]

impl From<NotFoundError> for Reference
[src]

impl From<SecurityError> for Reference
[src]

impl From<SyntaxError> for Reference
[src]

impl From<IndexSizeError> for Reference
[src]

impl From<InvalidStateError> for Reference
[src]

impl From<NotSupportedError> for Reference
[src]

impl From<InvalidCharacterError> for Reference
[src]

impl From<AbortError> for Reference
[src]

impl From<ChangeEvent> for Reference
[src]

impl From<InputEvent> for Reference
[src]

impl From<ResourceLoadEvent> for Reference
[src]

impl From<ResourceAbortEvent> for Reference
[src]

impl From<ResourceErrorEvent> for Reference
[src]

impl From<ResizeEvent> for Reference
[src]

impl From<ScrollEvent> for Reference
[src]

impl From<ReadyStateChangeEvent> for Reference
[src]

impl From<SubmitEvent> for Reference
[src]

impl From<SelectionChangeEvent> for Reference
[src]

impl From<DragRelatedEvent> for Reference
[src]

impl From<DragEvent> for Reference
[src]

impl From<DragStartEvent> for Reference
[src]

impl From<DragEnterEvent> for Reference
[src]

impl From<DragExitEvent> for Reference
[src]

impl From<DragLeaveEvent> for Reference
[src]

impl From<DragOverEvent> for Reference
[src]

impl From<DragDropEvent> for Reference
[src]

impl From<DragEndEvent> for Reference
[src]

impl From<DataTransfer> for Reference
[src]

impl From<DataTransferItemList> for Reference
[src]

impl From<DataTransferItem> for Reference
[src]

impl From<FocusEvent> for Reference
[src]

impl From<BlurEvent> for Reference
[src]

impl From<GamepadConnectedEvent> for Reference
[src]

impl From<GamepadDisconnectedEvent> for Reference
[src]

impl From<HashChangeEvent> for Reference
[src]

impl From<PopStateEvent> for Reference
[src]

impl From<KeyPressEvent> for Reference
[src]

impl From<KeyDownEvent> for Reference
[src]

impl From<KeyUpEvent> for Reference
[src]

impl From<ClickEvent> for Reference
[src]

impl From<AuxClickEvent> for Reference
[src]

impl From<ContextMenuEvent> for Reference
[src]

impl From<DoubleClickEvent> for Reference
[src]

impl From<MouseDownEvent> for Reference
[src]

impl From<MouseUpEvent> for Reference
[src]

impl From<MouseMoveEvent> for Reference
[src]

impl From<MouseOverEvent> for Reference
[src]

impl From<MouseOutEvent> for Reference
[src]

impl From<MouseEnterEvent> for Reference
[src]

impl From<MouseLeaveEvent> for Reference
[src]

impl From<MouseWheelEvent> for Reference
[src]

impl From<PointerOverEvent> for Reference
[src]

impl From<PointerEnterEvent> for Reference
[src]

impl From<PointerDownEvent> for Reference
[src]

impl From<PointerMoveEvent> for Reference
[src]

impl From<PointerUpEvent> for Reference
[src]

impl From<PointerCancelEvent> for Reference
[src]

impl From<PointerOutEvent> for Reference
[src]

impl From<PointerLeaveEvent> for Reference
[src]

impl From<GotPointerCaptureEvent> for Reference
[src]

impl From<LostPointerCaptureEvent> for Reference
[src]

impl From<PointerLockChangeEvent> for Reference
[src]

impl From<PointerLockErrorEvent> for Reference
[src]

impl From<ProgressEvent> for Reference
[src]

impl From<ProgressLoadEvent> for Reference
[src]

impl From<LoadStartEvent> for Reference
[src]

impl From<LoadEndEvent> for Reference
[src]

impl From<ProgressAbortEvent> for Reference
[src]

impl From<ProgressErrorEvent> for Reference
[src]

impl From<SocketCloseEvent> for Reference
[src]

impl From<SocketErrorEvent> for Reference
[src]

impl From<SocketOpenEvent> for Reference
[src]

impl From<SocketMessageEvent> for Reference
[src]

impl From<SlotChangeEvent> for Reference
[src]

impl From<TouchEvent> for Reference
[src]

impl From<TouchMove> for Reference
[src]

impl From<TouchLeave> for Reference
[src]

impl From<TouchEnter> for Reference
[src]

impl From<TouchEnd> for Reference
[src]

impl From<TouchCancel> for Reference
[src]

impl From<TouchStart> for Reference
[src]

impl From<HtmlCollection> for Reference
[src]

impl From<GamepadButton> for Reference
[src]

impl From<Gamepad> for Reference
[src]

impl From<Selection> for Reference
[src]

impl From<ShadowRoot> for Reference
[src]

impl Drop for Reference
[src]

impl Eq for Reference
[src]

impl PartialEq<Reference> for Reference
[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<Value> for Reference
[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Debug for Reference
[src]

Auto Trait Implementations

impl Send for Reference

impl Sync for Reference

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]