Struct stdweb::Reference [−][src]
#[repr(C)]pub struct Reference(_);
A type representing a reference to a JavaScript value.
Methods
impl Reference[src]
impl Referencepub fn downcast<T: ReferenceType>(self) -> Option<T>[src]
pub fn downcast<T: ReferenceType>(self) -> Option<T>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]
impl Debug for Referencefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Reference[src]
impl PartialEq for Referencefn eq(&self, other: &Reference) -> bool[src]
fn eq(&self, other: &Reference) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for Reference[src]
impl Eq for Referenceimpl Clone for Reference[src]
impl Clone for Referencefn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Drop for Reference[src]
impl Drop for Referenceimpl AsRef<Reference> for Reference[src]
impl AsRef<Reference> for Referenceimpl TryFrom<Reference> for Reference[src]
impl TryFrom<Reference> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(source: Reference) -> Result<Self, Self::Error>[src]
fn try_from(source: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'a> TryFrom<&'a Reference> for &'a Reference[src]
impl<'a> TryFrom<&'a Reference> for &'a Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(source: &'a Reference) -> Result<Self, Self::Error>[src]
fn try_from(source: &'a Reference) -> Result<Self, Self::Error>Performs the conversion.
impl From<Reference> for Value[src]
impl From<Reference> for Valueimpl<'a> From<&'a Reference> for Value[src]
impl<'a> From<&'a Reference> for Valueimpl<'a> From<&'a mut Reference> for Value[src]
impl<'a> From<&'a mut Reference> for Valueimpl TryFrom<Reference> for Value[src]
impl TryFrom<Reference> for Valuetype Error = Void
The type returned in the event of a conversion error.
fn try_from(source: Reference) -> Result<Self, Self::Error>[src]
fn try_from(source: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'a> PartialEq<Reference> for &'a Value[src]
impl<'a> PartialEq<Reference> for &'a Valuefn eq(&self, right: &Reference) -> bool[src]
fn eq(&self, right: &Reference) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl PartialEq<Value> for Reference[src]
impl PartialEq<Value> for Referencefn eq(&self, right: &Value) -> bool[src]
fn eq(&self, right: &Value) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl<'a> PartialEq<&'a Value> for Reference[src]
impl<'a> PartialEq<&'a Value> for Referencefn eq(&self, right: &&'a Value) -> bool[src]
fn eq(&self, right: &&'a Value) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl<'a> PartialEq<Value> for &'a Reference[src]
impl<'a> PartialEq<Value> for &'a Referencefn eq(&self, right: &Value) -> bool[src]
fn eq(&self, right: &Value) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl TryFrom<Value> for Reference[src]
impl TryFrom<Value> for Referencetype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: Value) -> Result<Self, Self::Error>[src]
fn try_from(value: Value) -> Result<Self, Self::Error>Performs the conversion.
impl<'a> TryFrom<&'a Value> for &'a Reference[src]
impl<'a> TryFrom<&'a Value> for &'a Referencetype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: &'a Value) -> Result<Self, Self::Error>[src]
fn try_from(value: &'a Value) -> Result<Self, Self::Error>Performs the conversion.
impl JsSerialize for Reference[src]
impl JsSerialize for Referenceimpl AsRef<Reference> for Object[src]
impl AsRef<Reference> for Objectimpl From<Object> for Reference[src]
impl From<Object> for Referenceimpl TryFrom<Object> for Reference[src]
impl TryFrom<Object> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Object) -> Result<Self, Self::Error>[src]
fn try_from(value: Object) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Object[src]
impl TryFrom<Reference> for Objecttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Object[src]
impl<'_r> TryFrom<&'_r Reference> for Objecttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for Array[src]
impl AsRef<Reference> for Arrayimpl From<Array> for Reference[src]
impl From<Array> for Referenceimpl TryFrom<Array> for Reference[src]
impl TryFrom<Array> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Array) -> Result<Self, Self::Error>[src]
fn try_from(value: Array) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Array[src]
impl TryFrom<Reference> for Arraytype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Array[src]
impl<'_r> TryFrom<&'_r Reference> for Arraytype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl InstanceOf for Reference[src]
impl InstanceOf for Referencefn instance_of(_: &Reference) -> bool[src]
fn instance_of(_: &Reference) -> boolChecks whenever a given Reference if of type Self.
impl AsRef<Reference> for Date[src]
impl AsRef<Reference> for Dateimpl From<Date> for Reference[src]
impl From<Date> for Referenceimpl TryFrom<Date> for Reference[src]
impl TryFrom<Date> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Date) -> Result<Self, Self::Error>[src]
fn try_from(value: Date) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Date[src]
impl TryFrom<Reference> for Datetype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Date[src]
impl<'_r> TryFrom<&'_r Reference> for Datetype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for Document[src]
impl AsRef<Reference> for Documentimpl From<Document> for Reference[src]
impl From<Document> for Referenceimpl TryFrom<Document> for Reference[src]
impl TryFrom<Document> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Document) -> Result<Self, Self::Error>[src]
fn try_from(value: Document) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Document[src]
impl TryFrom<Reference> for Documenttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Document[src]
impl<'_r> TryFrom<&'_r Reference> for Documenttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for Window[src]
impl AsRef<Reference> for Windowimpl From<Window> for Reference[src]
impl From<Window> for Referenceimpl TryFrom<Window> for Reference[src]
impl TryFrom<Window> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Window) -> Result<Self, Self::Error>[src]
fn try_from(value: Window) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Window[src]
impl TryFrom<Reference> for Windowtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Window[src]
impl<'_r> TryFrom<&'_r Reference> for Windowtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for EventTarget[src]
impl AsRef<Reference> for EventTargetimpl From<EventTarget> for Reference[src]
impl From<EventTarget> for Referencefn from(value: EventTarget) -> Self[src]
fn from(value: EventTarget) -> SelfPerforms the conversion.
impl TryFrom<EventTarget> for Reference[src]
impl TryFrom<EventTarget> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: EventTarget) -> Result<Self, Self::Error>[src]
fn try_from(value: EventTarget) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for EventTarget[src]
impl TryFrom<Reference> for EventTargettype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for EventTarget[src]
impl<'_r> TryFrom<&'_r Reference> for EventTargettype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for Node[src]
impl AsRef<Reference> for Nodeimpl From<Node> for Reference[src]
impl From<Node> for Referenceimpl TryFrom<Node> for Reference[src]
impl TryFrom<Node> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Node) -> Result<Self, Self::Error>[src]
fn try_from(value: Node) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Node[src]
impl TryFrom<Reference> for Nodetype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Node[src]
impl<'_r> TryFrom<&'_r Reference> for Nodetype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for Element[src]
impl AsRef<Reference> for Elementimpl From<Element> for Reference[src]
impl From<Element> for Referenceimpl TryFrom<Element> for Reference[src]
impl TryFrom<Element> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Element) -> Result<Self, Self::Error>[src]
fn try_from(value: Element) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Element[src]
impl TryFrom<Reference> for Elementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Element[src]
impl<'_r> TryFrom<&'_r Reference> for Elementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for Rect[src]
impl AsRef<Reference> for Rectimpl From<Rect> for Reference[src]
impl From<Rect> for Referenceimpl TryFrom<Rect> for Reference[src]
impl TryFrom<Rect> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Rect) -> Result<Self, Self::Error>[src]
fn try_from(value: Rect) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Rect[src]
impl TryFrom<Reference> for Recttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Rect[src]
impl<'_r> TryFrom<&'_r Reference> for Recttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for HtmlElement[src]
impl AsRef<Reference> for HtmlElementimpl From<HtmlElement> for Reference[src]
impl From<HtmlElement> for Referencefn from(value: HtmlElement) -> Self[src]
fn from(value: HtmlElement) -> SelfPerforms the conversion.
impl TryFrom<HtmlElement> for Reference[src]
impl TryFrom<HtmlElement> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: HtmlElement) -> Result<Self, Self::Error>[src]
fn try_from(value: HtmlElement) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for HtmlElement[src]
impl TryFrom<Reference> for HtmlElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for HtmlElement[src]
impl<'_r> TryFrom<&'_r Reference> for HtmlElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for CanvasElement[src]
impl AsRef<Reference> for CanvasElementimpl From<CanvasElement> for Reference[src]
impl From<CanvasElement> for Referencefn from(value: CanvasElement) -> Self[src]
fn from(value: CanvasElement) -> SelfPerforms the conversion.
impl TryFrom<CanvasElement> for Reference[src]
impl TryFrom<CanvasElement> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: CanvasElement) -> Result<Self, Self::Error>[src]
fn try_from(value: CanvasElement) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for CanvasElement[src]
impl TryFrom<Reference> for CanvasElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for CanvasElement[src]
impl<'_r> TryFrom<&'_r Reference> for CanvasElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ImageElement[src]
impl AsRef<Reference> for ImageElementimpl From<ImageElement> for Reference[src]
impl From<ImageElement> for Referencefn from(value: ImageElement) -> Self[src]
fn from(value: ImageElement) -> SelfPerforms the conversion.
impl TryFrom<ImageElement> for Reference[src]
impl TryFrom<ImageElement> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ImageElement) -> Result<Self, Self::Error>[src]
fn try_from(value: ImageElement) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ImageElement[src]
impl TryFrom<Reference> for ImageElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ImageElement[src]
impl<'_r> TryFrom<&'_r Reference> for ImageElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for InputElement[src]
impl AsRef<Reference> for InputElementimpl From<InputElement> for Reference[src]
impl From<InputElement> for Referencefn from(value: InputElement) -> Self[src]
fn from(value: InputElement) -> SelfPerforms the conversion.
impl TryFrom<InputElement> for Reference[src]
impl TryFrom<InputElement> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: InputElement) -> Result<Self, Self::Error>[src]
fn try_from(value: InputElement) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for InputElement[src]
impl TryFrom<Reference> for InputElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for InputElement[src]
impl<'_r> TryFrom<&'_r Reference> for InputElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for TextAreaElement[src]
impl AsRef<Reference> for TextAreaElementimpl From<TextAreaElement> for Reference[src]
impl From<TextAreaElement> for Referencefn from(value: TextAreaElement) -> Self[src]
fn from(value: TextAreaElement) -> SelfPerforms the conversion.
impl TryFrom<TextAreaElement> for Reference[src]
impl TryFrom<TextAreaElement> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: TextAreaElement) -> Result<Self, Self::Error>[src]
fn try_from(value: TextAreaElement) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for TextAreaElement[src]
impl TryFrom<Reference> for TextAreaElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for TextAreaElement[src]
impl<'_r> TryFrom<&'_r Reference> for TextAreaElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for SelectElement[src]
impl AsRef<Reference> for SelectElementimpl From<SelectElement> for Reference[src]
impl From<SelectElement> for Referencefn from(value: SelectElement) -> Self[src]
fn from(value: SelectElement) -> SelfPerforms the conversion.
impl TryFrom<SelectElement> for Reference[src]
impl TryFrom<SelectElement> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: SelectElement) -> Result<Self, Self::Error>[src]
fn try_from(value: SelectElement) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for SelectElement[src]
impl TryFrom<Reference> for SelectElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for SelectElement[src]
impl<'_r> TryFrom<&'_r Reference> for SelectElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for OptionElement[src]
impl AsRef<Reference> for OptionElementimpl From<OptionElement> for Reference[src]
impl From<OptionElement> for Referencefn from(value: OptionElement) -> Self[src]
fn from(value: OptionElement) -> SelfPerforms the conversion.
impl TryFrom<OptionElement> for Reference[src]
impl TryFrom<OptionElement> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: OptionElement) -> Result<Self, Self::Error>[src]
fn try_from(value: OptionElement) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for OptionElement[src]
impl TryFrom<Reference> for OptionElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for OptionElement[src]
impl<'_r> TryFrom<&'_r Reference> for OptionElementtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for TokenList[src]
impl AsRef<Reference> for TokenListimpl From<TokenList> for Reference[src]
impl From<TokenList> for Referenceimpl TryFrom<TokenList> for Reference[src]
impl TryFrom<TokenList> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: TokenList) -> Result<Self, Self::Error>[src]
fn try_from(value: TokenList) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for TokenList[src]
impl TryFrom<Reference> for TokenListtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for TokenList[src]
impl<'_r> TryFrom<&'_r Reference> for TokenListtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for DocumentFragment[src]
impl AsRef<Reference> for DocumentFragmentimpl From<DocumentFragment> for Reference[src]
impl From<DocumentFragment> for Referencefn from(value: DocumentFragment) -> Self[src]
fn from(value: DocumentFragment) -> SelfPerforms the conversion.
impl TryFrom<DocumentFragment> for Reference[src]
impl TryFrom<DocumentFragment> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: DocumentFragment) -> Result<Self, Self::Error>[src]
fn try_from(value: DocumentFragment) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for DocumentFragment[src]
impl TryFrom<Reference> for DocumentFragmenttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for DocumentFragment[src]
impl<'_r> TryFrom<&'_r Reference> for DocumentFragmenttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for TextNode[src]
impl AsRef<Reference> for TextNodeimpl From<TextNode> for Reference[src]
impl From<TextNode> for Referenceimpl TryFrom<TextNode> for Reference[src]
impl TryFrom<TextNode> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: TextNode) -> Result<Self, Self::Error>[src]
fn try_from(value: TextNode) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for TextNode[src]
impl TryFrom<Reference> for TextNodetype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for TextNode[src]
impl<'_r> TryFrom<&'_r Reference> for TextNodetype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for NodeList[src]
impl AsRef<Reference> for NodeListimpl From<NodeList> for Reference[src]
impl From<NodeList> for Referenceimpl TryFrom<NodeList> for Reference[src]
impl TryFrom<NodeList> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: NodeList) -> Result<Self, Self::Error>[src]
fn try_from(value: NodeList) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for NodeList[src]
impl TryFrom<Reference> for NodeListtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for NodeList[src]
impl<'_r> TryFrom<&'_r Reference> for NodeListtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for StringMap[src]
impl AsRef<Reference> for StringMapimpl From<StringMap> for Reference[src]
impl From<StringMap> for Referenceimpl TryFrom<StringMap> for Reference[src]
impl TryFrom<StringMap> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: StringMap) -> Result<Self, Self::Error>[src]
fn try_from(value: StringMap) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for StringMap[src]
impl TryFrom<Reference> for StringMaptype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for StringMap[src]
impl<'_r> TryFrom<&'_r Reference> for StringMaptype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for Location[src]
impl AsRef<Reference> for Locationimpl From<Location> for Reference[src]
impl From<Location> for Referenceimpl TryFrom<Location> for Reference[src]
impl TryFrom<Location> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Location) -> Result<Self, Self::Error>[src]
fn try_from(value: Location) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Location[src]
impl TryFrom<Reference> for Locationtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Location[src]
impl<'_r> TryFrom<&'_r Reference> for Locationtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for Storage[src]
impl AsRef<Reference> for Storageimpl From<Storage> for Reference[src]
impl From<Storage> for Referenceimpl TryFrom<Storage> for Reference[src]
impl TryFrom<Storage> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Storage) -> Result<Self, Self::Error>[src]
fn try_from(value: Storage) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Storage[src]
impl TryFrom<Reference> for Storagetype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Storage[src]
impl<'_r> TryFrom<&'_r Reference> for Storagetype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for Blob[src]
impl AsRef<Reference> for Blobimpl From<Blob> for Reference[src]
impl From<Blob> for Referenceimpl TryFrom<Blob> for Reference[src]
impl TryFrom<Blob> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Blob) -> Result<Self, Self::Error>[src]
fn try_from(value: Blob) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Blob[src]
impl TryFrom<Reference> for Blobtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Blob[src]
impl<'_r> TryFrom<&'_r Reference> for Blobtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for FileList[src]
impl AsRef<Reference> for FileListimpl From<FileList> for Reference[src]
impl From<FileList> for Referenceimpl TryFrom<FileList> for Reference[src]
impl TryFrom<FileList> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: FileList) -> Result<Self, Self::Error>[src]
fn try_from(value: FileList) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for FileList[src]
impl TryFrom<Reference> for FileListtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for FileList[src]
impl<'_r> TryFrom<&'_r Reference> for FileListtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for FileReader[src]
impl AsRef<Reference> for FileReaderimpl From<FileReader> for Reference[src]
impl From<FileReader> for Referencefn from(value: FileReader) -> Self[src]
fn from(value: FileReader) -> SelfPerforms the conversion.
impl TryFrom<FileReader> for Reference[src]
impl TryFrom<FileReader> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: FileReader) -> Result<Self, Self::Error>[src]
fn try_from(value: FileReader) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for FileReader[src]
impl TryFrom<Reference> for FileReadertype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for FileReader[src]
impl<'_r> TryFrom<&'_r Reference> for FileReadertype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ArrayBuffer[src]
impl AsRef<Reference> for ArrayBufferimpl From<ArrayBuffer> for Reference[src]
impl From<ArrayBuffer> for Referencefn from(value: ArrayBuffer) -> Self[src]
fn from(value: ArrayBuffer) -> SelfPerforms the conversion.
impl TryFrom<ArrayBuffer> for Reference[src]
impl TryFrom<ArrayBuffer> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ArrayBuffer) -> Result<Self, Self::Error>[src]
fn try_from(value: ArrayBuffer) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ArrayBuffer[src]
impl TryFrom<Reference> for ArrayBuffertype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ArrayBuffer[src]
impl<'_r> TryFrom<&'_r Reference> for ArrayBuffertype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<T: ArrayKind> AsRef<Reference> for TypedArray<T>[src]
impl<T: ArrayKind> AsRef<Reference> for TypedArray<T>impl<T: ArrayKind> From<TypedArray<T>> for Reference[src]
impl<T: ArrayKind> From<TypedArray<T>> for Referencefn from(value: TypedArray<T>) -> Self[src]
fn from(value: TypedArray<T>) -> SelfPerforms the conversion.
impl<T: ArrayKind> TryFrom<TypedArray<T>> for Reference[src]
impl<T: ArrayKind> TryFrom<TypedArray<T>> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: TypedArray<T>) -> Result<Self, Self::Error>[src]
fn try_from(value: TypedArray<T>) -> Result<Self, Self::Error>Performs the conversion.
impl<T: ArrayKind> TryFrom<Reference> for TypedArray<T>[src]
impl<T: ArrayKind> TryFrom<Reference> for TypedArray<T>type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r, T: ArrayKind> TryFrom<&'_r Reference> for TypedArray<T>[src]
impl<'_r, T: ArrayKind> TryFrom<&'_r Reference> for TypedArray<T>type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for XmlHttpRequest[src]
impl AsRef<Reference> for XmlHttpRequestimpl From<XmlHttpRequest> for Reference[src]
impl From<XmlHttpRequest> for Referencefn from(value: XmlHttpRequest) -> Self[src]
fn from(value: XmlHttpRequest) -> SelfPerforms the conversion.
impl TryFrom<XmlHttpRequest> for Reference[src]
impl TryFrom<XmlHttpRequest> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: XmlHttpRequest) -> Result<Self, Self::Error>[src]
fn try_from(value: XmlHttpRequest) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for XmlHttpRequest[src]
impl TryFrom<Reference> for XmlHttpRequesttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for XmlHttpRequest[src]
impl<'_r> TryFrom<&'_r Reference> for XmlHttpRequesttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for History[src]
impl AsRef<Reference> for Historyimpl From<History> for Reference[src]
impl From<History> for Referenceimpl TryFrom<History> for Reference[src]
impl TryFrom<History> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: History) -> Result<Self, Self::Error>[src]
fn try_from(value: History) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for History[src]
impl TryFrom<Reference> for Historytype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for History[src]
impl<'_r> TryFrom<&'_r Reference> for Historytype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for WebSocket[src]
impl AsRef<Reference> for WebSocketimpl From<WebSocket> for Reference[src]
impl From<WebSocket> for Referenceimpl TryFrom<WebSocket> for Reference[src]
impl TryFrom<WebSocket> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: WebSocket) -> Result<Self, Self::Error>[src]
fn try_from(value: WebSocket) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for WebSocket[src]
impl TryFrom<Reference> for WebSockettype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for WebSocket[src]
impl<'_r> TryFrom<&'_r Reference> for WebSockettype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for CanvasRenderingContext2d[src]
impl AsRef<Reference> for CanvasRenderingContext2dimpl From<CanvasRenderingContext2d> for Reference[src]
impl From<CanvasRenderingContext2d> for Referencefn from(value: CanvasRenderingContext2d) -> Self[src]
fn from(value: CanvasRenderingContext2d) -> SelfPerforms the conversion.
impl TryFrom<CanvasRenderingContext2d> for Reference[src]
impl TryFrom<CanvasRenderingContext2d> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: CanvasRenderingContext2d) -> Result<Self, Self::Error>[src]
fn try_from(value: CanvasRenderingContext2d) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for CanvasRenderingContext2d[src]
impl TryFrom<Reference> for CanvasRenderingContext2dtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for CanvasRenderingContext2d[src]
impl<'_r> TryFrom<&'_r Reference> for CanvasRenderingContext2dtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for CanvasGradient[src]
impl AsRef<Reference> for CanvasGradientimpl From<CanvasGradient> for Reference[src]
impl From<CanvasGradient> for Referencefn from(value: CanvasGradient) -> Self[src]
fn from(value: CanvasGradient) -> SelfPerforms the conversion.
impl TryFrom<CanvasGradient> for Reference[src]
impl TryFrom<CanvasGradient> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: CanvasGradient) -> Result<Self, Self::Error>[src]
fn try_from(value: CanvasGradient) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for CanvasGradient[src]
impl TryFrom<Reference> for CanvasGradienttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for CanvasGradient[src]
impl<'_r> TryFrom<&'_r Reference> for CanvasGradienttype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for CanvasPattern[src]
impl AsRef<Reference> for CanvasPatternimpl From<CanvasPattern> for Reference[src]
impl From<CanvasPattern> for Referencefn from(value: CanvasPattern) -> Self[src]
fn from(value: CanvasPattern) -> SelfPerforms the conversion.
impl TryFrom<CanvasPattern> for Reference[src]
impl TryFrom<CanvasPattern> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: CanvasPattern) -> Result<Self, Self::Error>[src]
fn try_from(value: CanvasPattern) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for CanvasPattern[src]
impl TryFrom<Reference> for CanvasPatterntype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for CanvasPattern[src]
impl<'_r> TryFrom<&'_r Reference> for CanvasPatterntype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ImageData[src]
impl AsRef<Reference> for ImageDataimpl From<ImageData> for Reference[src]
impl From<ImageData> for Referenceimpl TryFrom<ImageData> for Reference[src]
impl TryFrom<ImageData> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ImageData) -> Result<Self, Self::Error>[src]
fn try_from(value: ImageData) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ImageData[src]
impl TryFrom<Reference> for ImageDatatype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ImageData[src]
impl<'_r> TryFrom<&'_r Reference> for ImageDatatype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for TextMetrics[src]
impl AsRef<Reference> for TextMetricsimpl From<TextMetrics> for Reference[src]
impl From<TextMetrics> for Referencefn from(value: TextMetrics) -> Self[src]
fn from(value: TextMetrics) -> SelfPerforms the conversion.
impl TryFrom<TextMetrics> for Reference[src]
impl TryFrom<TextMetrics> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: TextMetrics) -> Result<Self, Self::Error>[src]
fn try_from(value: TextMetrics) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for TextMetrics[src]
impl TryFrom<Reference> for TextMetricstype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for TextMetrics[src]
impl<'_r> TryFrom<&'_r Reference> for TextMetricstype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for MutationObserver[src]
impl AsRef<Reference> for MutationObserverimpl From<MutationObserver> for Reference[src]
impl From<MutationObserver> for Referencefn from(value: MutationObserver) -> Self[src]
fn from(value: MutationObserver) -> SelfPerforms the conversion.
impl TryFrom<MutationObserver> for Reference[src]
impl TryFrom<MutationObserver> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: MutationObserver) -> Result<Self, Self::Error>[src]
fn try_from(value: MutationObserver) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for MutationObserver[src]
impl TryFrom<Reference> for MutationObservertype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for MutationObserver[src]
impl<'_r> TryFrom<&'_r Reference> for MutationObservertype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for Error[src]
impl AsRef<Reference> for Errorimpl From<Error> for Reference[src]
impl From<Error> for Referenceimpl TryFrom<Error> for Reference[src]
impl TryFrom<Error> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Error) -> Result<Self, Self::Error>[src]
fn try_from(value: Error) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Error[src]
impl TryFrom<Reference> for Errortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Error[src]
impl<'_r> TryFrom<&'_r Reference> for Errortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for DomException[src]
impl AsRef<Reference> for DomExceptionimpl From<DomException> for Reference[src]
impl From<DomException> for Referencefn from(value: DomException) -> Self[src]
fn from(value: DomException) -> SelfPerforms the conversion.
impl TryFrom<DomException> for Reference[src]
impl TryFrom<DomException> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: DomException) -> Result<Self, Self::Error>[src]
fn try_from(value: DomException) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for DomException[src]
impl TryFrom<Reference> for DomExceptiontype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for DomException[src]
impl<'_r> TryFrom<&'_r Reference> for DomExceptiontype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for HierarchyRequestError[src]
impl AsRef<Reference> for HierarchyRequestErrorimpl From<HierarchyRequestError> for Reference[src]
impl From<HierarchyRequestError> for Referencefn from(value: HierarchyRequestError) -> Self[src]
fn from(value: HierarchyRequestError) -> SelfPerforms the conversion.
impl TryFrom<HierarchyRequestError> for Reference[src]
impl TryFrom<HierarchyRequestError> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: HierarchyRequestError) -> Result<Self, Self::Error>[src]
fn try_from(value: HierarchyRequestError) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for HierarchyRequestError[src]
impl TryFrom<Reference> for HierarchyRequestErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for HierarchyRequestError[src]
impl<'_r> TryFrom<&'_r Reference> for HierarchyRequestErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for InvalidAccessError[src]
impl AsRef<Reference> for InvalidAccessErrorimpl From<InvalidAccessError> for Reference[src]
impl From<InvalidAccessError> for Referencefn from(value: InvalidAccessError) -> Self[src]
fn from(value: InvalidAccessError) -> SelfPerforms the conversion.
impl TryFrom<InvalidAccessError> for Reference[src]
impl TryFrom<InvalidAccessError> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: InvalidAccessError) -> Result<Self, Self::Error>[src]
fn try_from(value: InvalidAccessError) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for InvalidAccessError[src]
impl TryFrom<Reference> for InvalidAccessErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for InvalidAccessError[src]
impl<'_r> TryFrom<&'_r Reference> for InvalidAccessErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for NotFoundError[src]
impl AsRef<Reference> for NotFoundErrorimpl From<NotFoundError> for Reference[src]
impl From<NotFoundError> for Referencefn from(value: NotFoundError) -> Self[src]
fn from(value: NotFoundError) -> SelfPerforms the conversion.
impl TryFrom<NotFoundError> for Reference[src]
impl TryFrom<NotFoundError> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: NotFoundError) -> Result<Self, Self::Error>[src]
fn try_from(value: NotFoundError) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for NotFoundError[src]
impl TryFrom<Reference> for NotFoundErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for NotFoundError[src]
impl<'_r> TryFrom<&'_r Reference> for NotFoundErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for SecurityError[src]
impl AsRef<Reference> for SecurityErrorimpl From<SecurityError> for Reference[src]
impl From<SecurityError> for Referencefn from(value: SecurityError) -> Self[src]
fn from(value: SecurityError) -> SelfPerforms the conversion.
impl TryFrom<SecurityError> for Reference[src]
impl TryFrom<SecurityError> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: SecurityError) -> Result<Self, Self::Error>[src]
fn try_from(value: SecurityError) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for SecurityError[src]
impl TryFrom<Reference> for SecurityErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for SecurityError[src]
impl<'_r> TryFrom<&'_r Reference> for SecurityErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for SyntaxError[src]
impl AsRef<Reference> for SyntaxErrorimpl From<SyntaxError> for Reference[src]
impl From<SyntaxError> for Referencefn from(value: SyntaxError) -> Self[src]
fn from(value: SyntaxError) -> SelfPerforms the conversion.
impl TryFrom<SyntaxError> for Reference[src]
impl TryFrom<SyntaxError> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: SyntaxError) -> Result<Self, Self::Error>[src]
fn try_from(value: SyntaxError) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for SyntaxError[src]
impl TryFrom<Reference> for SyntaxErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for SyntaxError[src]
impl<'_r> TryFrom<&'_r Reference> for SyntaxErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for IndexSizeError[src]
impl AsRef<Reference> for IndexSizeErrorimpl From<IndexSizeError> for Reference[src]
impl From<IndexSizeError> for Referencefn from(value: IndexSizeError) -> Self[src]
fn from(value: IndexSizeError) -> SelfPerforms the conversion.
impl TryFrom<IndexSizeError> for Reference[src]
impl TryFrom<IndexSizeError> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: IndexSizeError) -> Result<Self, Self::Error>[src]
fn try_from(value: IndexSizeError) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for IndexSizeError[src]
impl TryFrom<Reference> for IndexSizeErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for IndexSizeError[src]
impl<'_r> TryFrom<&'_r Reference> for IndexSizeErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for InvalidStateError[src]
impl AsRef<Reference> for InvalidStateErrorimpl From<InvalidStateError> for Reference[src]
impl From<InvalidStateError> for Referencefn from(value: InvalidStateError) -> Self[src]
fn from(value: InvalidStateError) -> SelfPerforms the conversion.
impl TryFrom<InvalidStateError> for Reference[src]
impl TryFrom<InvalidStateError> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: InvalidStateError) -> Result<Self, Self::Error>[src]
fn try_from(value: InvalidStateError) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for InvalidStateError[src]
impl TryFrom<Reference> for InvalidStateErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for InvalidStateError[src]
impl<'_r> TryFrom<&'_r Reference> for InvalidStateErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for TypeError[src]
impl AsRef<Reference> for TypeErrorimpl From<TypeError> for Reference[src]
impl From<TypeError> for Referenceimpl TryFrom<TypeError> for Reference[src]
impl TryFrom<TypeError> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: TypeError) -> Result<Self, Self::Error>[src]
fn try_from(value: TypeError) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for TypeError[src]
impl TryFrom<Reference> for TypeErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for TypeError[src]
impl<'_r> TryFrom<&'_r Reference> for TypeErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for NotSupportedError[src]
impl AsRef<Reference> for NotSupportedErrorimpl From<NotSupportedError> for Reference[src]
impl From<NotSupportedError> for Referencefn from(value: NotSupportedError) -> Self[src]
fn from(value: NotSupportedError) -> SelfPerforms the conversion.
impl TryFrom<NotSupportedError> for Reference[src]
impl TryFrom<NotSupportedError> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: NotSupportedError) -> Result<Self, Self::Error>[src]
fn try_from(value: NotSupportedError) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for NotSupportedError[src]
impl TryFrom<Reference> for NotSupportedErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for NotSupportedError[src]
impl<'_r> TryFrom<&'_r Reference> for NotSupportedErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for InvalidCharacterError[src]
impl AsRef<Reference> for InvalidCharacterErrorimpl From<InvalidCharacterError> for Reference[src]
impl From<InvalidCharacterError> for Referencefn from(value: InvalidCharacterError) -> Self[src]
fn from(value: InvalidCharacterError) -> SelfPerforms the conversion.
impl TryFrom<InvalidCharacterError> for Reference[src]
impl TryFrom<InvalidCharacterError> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: InvalidCharacterError) -> Result<Self, Self::Error>[src]
fn try_from(value: InvalidCharacterError) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for InvalidCharacterError[src]
impl TryFrom<Reference> for InvalidCharacterErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for InvalidCharacterError[src]
impl<'_r> TryFrom<&'_r Reference> for InvalidCharacterErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ChangeEvent[src]
impl AsRef<Reference> for ChangeEventimpl From<ChangeEvent> for Reference[src]
impl From<ChangeEvent> for Referencefn from(value: ChangeEvent) -> Self[src]
fn from(value: ChangeEvent) -> SelfPerforms the conversion.
impl TryFrom<ChangeEvent> for Reference[src]
impl TryFrom<ChangeEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ChangeEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ChangeEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ChangeEvent[src]
impl TryFrom<Reference> for ChangeEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ChangeEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ChangeEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for InputEvent[src]
impl AsRef<Reference> for InputEventimpl From<InputEvent> for Reference[src]
impl From<InputEvent> for Referencefn from(value: InputEvent) -> Self[src]
fn from(value: InputEvent) -> SelfPerforms the conversion.
impl TryFrom<InputEvent> for Reference[src]
impl TryFrom<InputEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: InputEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: InputEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for InputEvent[src]
impl TryFrom<Reference> for InputEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for InputEvent[src]
impl<'_r> TryFrom<&'_r Reference> for InputEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ResourceLoadEvent[src]
impl AsRef<Reference> for ResourceLoadEventimpl From<ResourceLoadEvent> for Reference[src]
impl From<ResourceLoadEvent> for Referencefn from(value: ResourceLoadEvent) -> Self[src]
fn from(value: ResourceLoadEvent) -> SelfPerforms the conversion.
impl TryFrom<ResourceLoadEvent> for Reference[src]
impl TryFrom<ResourceLoadEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ResourceLoadEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ResourceLoadEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ResourceLoadEvent[src]
impl TryFrom<Reference> for ResourceLoadEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ResourceLoadEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ResourceLoadEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ResourceAbortEvent[src]
impl AsRef<Reference> for ResourceAbortEventimpl From<ResourceAbortEvent> for Reference[src]
impl From<ResourceAbortEvent> for Referencefn from(value: ResourceAbortEvent) -> Self[src]
fn from(value: ResourceAbortEvent) -> SelfPerforms the conversion.
impl TryFrom<ResourceAbortEvent> for Reference[src]
impl TryFrom<ResourceAbortEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ResourceAbortEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ResourceAbortEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ResourceAbortEvent[src]
impl TryFrom<Reference> for ResourceAbortEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ResourceAbortEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ResourceAbortEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ResourceErrorEvent[src]
impl AsRef<Reference> for ResourceErrorEventimpl From<ResourceErrorEvent> for Reference[src]
impl From<ResourceErrorEvent> for Referencefn from(value: ResourceErrorEvent) -> Self[src]
fn from(value: ResourceErrorEvent) -> SelfPerforms the conversion.
impl TryFrom<ResourceErrorEvent> for Reference[src]
impl TryFrom<ResourceErrorEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ResourceErrorEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ResourceErrorEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ResourceErrorEvent[src]
impl TryFrom<Reference> for ResourceErrorEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ResourceErrorEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ResourceErrorEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ResizeEvent[src]
impl AsRef<Reference> for ResizeEventimpl From<ResizeEvent> for Reference[src]
impl From<ResizeEvent> for Referencefn from(value: ResizeEvent) -> Self[src]
fn from(value: ResizeEvent) -> SelfPerforms the conversion.
impl TryFrom<ResizeEvent> for Reference[src]
impl TryFrom<ResizeEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ResizeEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ResizeEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ResizeEvent[src]
impl TryFrom<Reference> for ResizeEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ResizeEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ResizeEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ReadyStateChangeEvent[src]
impl AsRef<Reference> for ReadyStateChangeEventimpl From<ReadyStateChangeEvent> for Reference[src]
impl From<ReadyStateChangeEvent> for Referencefn from(value: ReadyStateChangeEvent) -> Self[src]
fn from(value: ReadyStateChangeEvent) -> SelfPerforms the conversion.
impl TryFrom<ReadyStateChangeEvent> for Reference[src]
impl TryFrom<ReadyStateChangeEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ReadyStateChangeEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ReadyStateChangeEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ReadyStateChangeEvent[src]
impl TryFrom<Reference> for ReadyStateChangeEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ReadyStateChangeEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ReadyStateChangeEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for SubmitEvent[src]
impl AsRef<Reference> for SubmitEventimpl From<SubmitEvent> for Reference[src]
impl From<SubmitEvent> for Referencefn from(value: SubmitEvent) -> Self[src]
fn from(value: SubmitEvent) -> SelfPerforms the conversion.
impl TryFrom<SubmitEvent> for Reference[src]
impl TryFrom<SubmitEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: SubmitEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: SubmitEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for SubmitEvent[src]
impl TryFrom<Reference> for SubmitEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for SubmitEvent[src]
impl<'_r> TryFrom<&'_r Reference> for SubmitEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for SelectionChangeEvent[src]
impl AsRef<Reference> for SelectionChangeEventimpl From<SelectionChangeEvent> for Reference[src]
impl From<SelectionChangeEvent> for Referencefn from(value: SelectionChangeEvent) -> Self[src]
fn from(value: SelectionChangeEvent) -> SelfPerforms the conversion.
impl TryFrom<SelectionChangeEvent> for Reference[src]
impl TryFrom<SelectionChangeEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: SelectionChangeEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: SelectionChangeEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for SelectionChangeEvent[src]
impl TryFrom<Reference> for SelectionChangeEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for SelectionChangeEvent[src]
impl<'_r> TryFrom<&'_r Reference> for SelectionChangeEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for FocusEvent[src]
impl AsRef<Reference> for FocusEventimpl From<FocusEvent> for Reference[src]
impl From<FocusEvent> for Referencefn from(value: FocusEvent) -> Self[src]
fn from(value: FocusEvent) -> SelfPerforms the conversion.
impl TryFrom<FocusEvent> for Reference[src]
impl TryFrom<FocusEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: FocusEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: FocusEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for FocusEvent[src]
impl TryFrom<Reference> for FocusEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for FocusEvent[src]
impl<'_r> TryFrom<&'_r Reference> for FocusEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for BlurEvent[src]
impl AsRef<Reference> for BlurEventimpl From<BlurEvent> for Reference[src]
impl From<BlurEvent> for Referenceimpl TryFrom<BlurEvent> for Reference[src]
impl TryFrom<BlurEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: BlurEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: BlurEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for BlurEvent[src]
impl TryFrom<Reference> for BlurEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for BlurEvent[src]
impl<'_r> TryFrom<&'_r Reference> for BlurEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for GamepadConnectedEvent[src]
impl AsRef<Reference> for GamepadConnectedEventimpl From<GamepadConnectedEvent> for Reference[src]
impl From<GamepadConnectedEvent> for Referencefn from(value: GamepadConnectedEvent) -> Self[src]
fn from(value: GamepadConnectedEvent) -> SelfPerforms the conversion.
impl TryFrom<GamepadConnectedEvent> for Reference[src]
impl TryFrom<GamepadConnectedEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: GamepadConnectedEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: GamepadConnectedEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for GamepadConnectedEvent[src]
impl TryFrom<Reference> for GamepadConnectedEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for GamepadConnectedEvent[src]
impl<'_r> TryFrom<&'_r Reference> for GamepadConnectedEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for GamepadDisconnectedEvent[src]
impl AsRef<Reference> for GamepadDisconnectedEventimpl From<GamepadDisconnectedEvent> for Reference[src]
impl From<GamepadDisconnectedEvent> for Referencefn from(value: GamepadDisconnectedEvent) -> Self[src]
fn from(value: GamepadDisconnectedEvent) -> SelfPerforms the conversion.
impl TryFrom<GamepadDisconnectedEvent> for Reference[src]
impl TryFrom<GamepadDisconnectedEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: GamepadDisconnectedEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: GamepadDisconnectedEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for GamepadDisconnectedEvent[src]
impl TryFrom<Reference> for GamepadDisconnectedEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for GamepadDisconnectedEvent[src]
impl<'_r> TryFrom<&'_r Reference> for GamepadDisconnectedEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for HashChangeEvent[src]
impl AsRef<Reference> for HashChangeEventimpl From<HashChangeEvent> for Reference[src]
impl From<HashChangeEvent> for Referencefn from(value: HashChangeEvent) -> Self[src]
fn from(value: HashChangeEvent) -> SelfPerforms the conversion.
impl TryFrom<HashChangeEvent> for Reference[src]
impl TryFrom<HashChangeEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: HashChangeEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: HashChangeEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for HashChangeEvent[src]
impl TryFrom<Reference> for HashChangeEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for HashChangeEvent[src]
impl<'_r> TryFrom<&'_r Reference> for HashChangeEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for PopStateEvent[src]
impl AsRef<Reference> for PopStateEventimpl From<PopStateEvent> for Reference[src]
impl From<PopStateEvent> for Referencefn from(value: PopStateEvent) -> Self[src]
fn from(value: PopStateEvent) -> SelfPerforms the conversion.
impl TryFrom<PopStateEvent> for Reference[src]
impl TryFrom<PopStateEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: PopStateEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: PopStateEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for PopStateEvent[src]
impl TryFrom<Reference> for PopStateEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for PopStateEvent[src]
impl<'_r> TryFrom<&'_r Reference> for PopStateEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for KeyPressEvent[src]
impl AsRef<Reference> for KeyPressEventimpl From<KeyPressEvent> for Reference[src]
impl From<KeyPressEvent> for Referencefn from(value: KeyPressEvent) -> Self[src]
fn from(value: KeyPressEvent) -> SelfPerforms the conversion.
impl TryFrom<KeyPressEvent> for Reference[src]
impl TryFrom<KeyPressEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: KeyPressEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: KeyPressEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for KeyPressEvent[src]
impl TryFrom<Reference> for KeyPressEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for KeyPressEvent[src]
impl<'_r> TryFrom<&'_r Reference> for KeyPressEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for KeyDownEvent[src]
impl AsRef<Reference> for KeyDownEventimpl From<KeyDownEvent> for Reference[src]
impl From<KeyDownEvent> for Referencefn from(value: KeyDownEvent) -> Self[src]
fn from(value: KeyDownEvent) -> SelfPerforms the conversion.
impl TryFrom<KeyDownEvent> for Reference[src]
impl TryFrom<KeyDownEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: KeyDownEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: KeyDownEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for KeyDownEvent[src]
impl TryFrom<Reference> for KeyDownEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for KeyDownEvent[src]
impl<'_r> TryFrom<&'_r Reference> for KeyDownEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for KeyUpEvent[src]
impl AsRef<Reference> for KeyUpEventimpl From<KeyUpEvent> for Reference[src]
impl From<KeyUpEvent> for Referencefn from(value: KeyUpEvent) -> Self[src]
fn from(value: KeyUpEvent) -> SelfPerforms the conversion.
impl TryFrom<KeyUpEvent> for Reference[src]
impl TryFrom<KeyUpEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: KeyUpEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: KeyUpEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for KeyUpEvent[src]
impl TryFrom<Reference> for KeyUpEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for KeyUpEvent[src]
impl<'_r> TryFrom<&'_r Reference> for KeyUpEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ClickEvent[src]
impl AsRef<Reference> for ClickEventimpl From<ClickEvent> for Reference[src]
impl From<ClickEvent> for Referencefn from(value: ClickEvent) -> Self[src]
fn from(value: ClickEvent) -> SelfPerforms the conversion.
impl TryFrom<ClickEvent> for Reference[src]
impl TryFrom<ClickEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ClickEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ClickEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ClickEvent[src]
impl TryFrom<Reference> for ClickEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ClickEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ClickEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for AuxClickEvent[src]
impl AsRef<Reference> for AuxClickEventimpl From<AuxClickEvent> for Reference[src]
impl From<AuxClickEvent> for Referencefn from(value: AuxClickEvent) -> Self[src]
fn from(value: AuxClickEvent) -> SelfPerforms the conversion.
impl TryFrom<AuxClickEvent> for Reference[src]
impl TryFrom<AuxClickEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: AuxClickEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: AuxClickEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for AuxClickEvent[src]
impl TryFrom<Reference> for AuxClickEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for AuxClickEvent[src]
impl<'_r> TryFrom<&'_r Reference> for AuxClickEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ContextMenuEvent[src]
impl AsRef<Reference> for ContextMenuEventimpl From<ContextMenuEvent> for Reference[src]
impl From<ContextMenuEvent> for Referencefn from(value: ContextMenuEvent) -> Self[src]
fn from(value: ContextMenuEvent) -> SelfPerforms the conversion.
impl TryFrom<ContextMenuEvent> for Reference[src]
impl TryFrom<ContextMenuEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ContextMenuEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ContextMenuEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ContextMenuEvent[src]
impl TryFrom<Reference> for ContextMenuEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ContextMenuEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ContextMenuEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for DoubleClickEvent[src]
impl AsRef<Reference> for DoubleClickEventimpl From<DoubleClickEvent> for Reference[src]
impl From<DoubleClickEvent> for Referencefn from(value: DoubleClickEvent) -> Self[src]
fn from(value: DoubleClickEvent) -> SelfPerforms the conversion.
impl TryFrom<DoubleClickEvent> for Reference[src]
impl TryFrom<DoubleClickEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: DoubleClickEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: DoubleClickEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for DoubleClickEvent[src]
impl TryFrom<Reference> for DoubleClickEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for DoubleClickEvent[src]
impl<'_r> TryFrom<&'_r Reference> for DoubleClickEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for MouseDownEvent[src]
impl AsRef<Reference> for MouseDownEventimpl From<MouseDownEvent> for Reference[src]
impl From<MouseDownEvent> for Referencefn from(value: MouseDownEvent) -> Self[src]
fn from(value: MouseDownEvent) -> SelfPerforms the conversion.
impl TryFrom<MouseDownEvent> for Reference[src]
impl TryFrom<MouseDownEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: MouseDownEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: MouseDownEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for MouseDownEvent[src]
impl TryFrom<Reference> for MouseDownEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for MouseDownEvent[src]
impl<'_r> TryFrom<&'_r Reference> for MouseDownEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for MouseUpEvent[src]
impl AsRef<Reference> for MouseUpEventimpl From<MouseUpEvent> for Reference[src]
impl From<MouseUpEvent> for Referencefn from(value: MouseUpEvent) -> Self[src]
fn from(value: MouseUpEvent) -> SelfPerforms the conversion.
impl TryFrom<MouseUpEvent> for Reference[src]
impl TryFrom<MouseUpEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: MouseUpEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: MouseUpEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for MouseUpEvent[src]
impl TryFrom<Reference> for MouseUpEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for MouseUpEvent[src]
impl<'_r> TryFrom<&'_r Reference> for MouseUpEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for MouseMoveEvent[src]
impl AsRef<Reference> for MouseMoveEventimpl From<MouseMoveEvent> for Reference[src]
impl From<MouseMoveEvent> for Referencefn from(value: MouseMoveEvent) -> Self[src]
fn from(value: MouseMoveEvent) -> SelfPerforms the conversion.
impl TryFrom<MouseMoveEvent> for Reference[src]
impl TryFrom<MouseMoveEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: MouseMoveEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: MouseMoveEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for MouseMoveEvent[src]
impl TryFrom<Reference> for MouseMoveEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for MouseMoveEvent[src]
impl<'_r> TryFrom<&'_r Reference> for MouseMoveEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for MouseOverEvent[src]
impl AsRef<Reference> for MouseOverEventimpl From<MouseOverEvent> for Reference[src]
impl From<MouseOverEvent> for Referencefn from(value: MouseOverEvent) -> Self[src]
fn from(value: MouseOverEvent) -> SelfPerforms the conversion.
impl TryFrom<MouseOverEvent> for Reference[src]
impl TryFrom<MouseOverEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: MouseOverEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: MouseOverEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for MouseOverEvent[src]
impl TryFrom<Reference> for MouseOverEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for MouseOverEvent[src]
impl<'_r> TryFrom<&'_r Reference> for MouseOverEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for MouseOutEvent[src]
impl AsRef<Reference> for MouseOutEventimpl From<MouseOutEvent> for Reference[src]
impl From<MouseOutEvent> for Referencefn from(value: MouseOutEvent) -> Self[src]
fn from(value: MouseOutEvent) -> SelfPerforms the conversion.
impl TryFrom<MouseOutEvent> for Reference[src]
impl TryFrom<MouseOutEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: MouseOutEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: MouseOutEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for MouseOutEvent[src]
impl TryFrom<Reference> for MouseOutEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for MouseOutEvent[src]
impl<'_r> TryFrom<&'_r Reference> for MouseOutEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for MouseEnterEvent[src]
impl AsRef<Reference> for MouseEnterEventimpl From<MouseEnterEvent> for Reference[src]
impl From<MouseEnterEvent> for Referencefn from(value: MouseEnterEvent) -> Self[src]
fn from(value: MouseEnterEvent) -> SelfPerforms the conversion.
impl TryFrom<MouseEnterEvent> for Reference[src]
impl TryFrom<MouseEnterEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: MouseEnterEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: MouseEnterEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for MouseEnterEvent[src]
impl TryFrom<Reference> for MouseEnterEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for MouseEnterEvent[src]
impl<'_r> TryFrom<&'_r Reference> for MouseEnterEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for MouseLeaveEvent[src]
impl AsRef<Reference> for MouseLeaveEventimpl From<MouseLeaveEvent> for Reference[src]
impl From<MouseLeaveEvent> for Referencefn from(value: MouseLeaveEvent) -> Self[src]
fn from(value: MouseLeaveEvent) -> SelfPerforms the conversion.
impl TryFrom<MouseLeaveEvent> for Reference[src]
impl TryFrom<MouseLeaveEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: MouseLeaveEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: MouseLeaveEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for MouseLeaveEvent[src]
impl TryFrom<Reference> for MouseLeaveEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for MouseLeaveEvent[src]
impl<'_r> TryFrom<&'_r Reference> for MouseLeaveEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for PointerOverEvent[src]
impl AsRef<Reference> for PointerOverEventimpl From<PointerOverEvent> for Reference[src]
impl From<PointerOverEvent> for Referencefn from(value: PointerOverEvent) -> Self[src]
fn from(value: PointerOverEvent) -> SelfPerforms the conversion.
impl TryFrom<PointerOverEvent> for Reference[src]
impl TryFrom<PointerOverEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: PointerOverEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: PointerOverEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for PointerOverEvent[src]
impl TryFrom<Reference> for PointerOverEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for PointerOverEvent[src]
impl<'_r> TryFrom<&'_r Reference> for PointerOverEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for PointerEnterEvent[src]
impl AsRef<Reference> for PointerEnterEventimpl From<PointerEnterEvent> for Reference[src]
impl From<PointerEnterEvent> for Referencefn from(value: PointerEnterEvent) -> Self[src]
fn from(value: PointerEnterEvent) -> SelfPerforms the conversion.
impl TryFrom<PointerEnterEvent> for Reference[src]
impl TryFrom<PointerEnterEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: PointerEnterEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: PointerEnterEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for PointerEnterEvent[src]
impl TryFrom<Reference> for PointerEnterEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for PointerEnterEvent[src]
impl<'_r> TryFrom<&'_r Reference> for PointerEnterEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for PointerDownEvent[src]
impl AsRef<Reference> for PointerDownEventimpl From<PointerDownEvent> for Reference[src]
impl From<PointerDownEvent> for Referencefn from(value: PointerDownEvent) -> Self[src]
fn from(value: PointerDownEvent) -> SelfPerforms the conversion.
impl TryFrom<PointerDownEvent> for Reference[src]
impl TryFrom<PointerDownEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: PointerDownEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: PointerDownEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for PointerDownEvent[src]
impl TryFrom<Reference> for PointerDownEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for PointerDownEvent[src]
impl<'_r> TryFrom<&'_r Reference> for PointerDownEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for PointerMoveEvent[src]
impl AsRef<Reference> for PointerMoveEventimpl From<PointerMoveEvent> for Reference[src]
impl From<PointerMoveEvent> for Referencefn from(value: PointerMoveEvent) -> Self[src]
fn from(value: PointerMoveEvent) -> SelfPerforms the conversion.
impl TryFrom<PointerMoveEvent> for Reference[src]
impl TryFrom<PointerMoveEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: PointerMoveEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: PointerMoveEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for PointerMoveEvent[src]
impl TryFrom<Reference> for PointerMoveEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for PointerMoveEvent[src]
impl<'_r> TryFrom<&'_r Reference> for PointerMoveEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for PointerUpEvent[src]
impl AsRef<Reference> for PointerUpEventimpl From<PointerUpEvent> for Reference[src]
impl From<PointerUpEvent> for Referencefn from(value: PointerUpEvent) -> Self[src]
fn from(value: PointerUpEvent) -> SelfPerforms the conversion.
impl TryFrom<PointerUpEvent> for Reference[src]
impl TryFrom<PointerUpEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: PointerUpEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: PointerUpEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for PointerUpEvent[src]
impl TryFrom<Reference> for PointerUpEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for PointerUpEvent[src]
impl<'_r> TryFrom<&'_r Reference> for PointerUpEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for PointerCancelEvent[src]
impl AsRef<Reference> for PointerCancelEventimpl From<PointerCancelEvent> for Reference[src]
impl From<PointerCancelEvent> for Referencefn from(value: PointerCancelEvent) -> Self[src]
fn from(value: PointerCancelEvent) -> SelfPerforms the conversion.
impl TryFrom<PointerCancelEvent> for Reference[src]
impl TryFrom<PointerCancelEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: PointerCancelEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: PointerCancelEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for PointerCancelEvent[src]
impl TryFrom<Reference> for PointerCancelEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for PointerCancelEvent[src]
impl<'_r> TryFrom<&'_r Reference> for PointerCancelEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for PointerOutEvent[src]
impl AsRef<Reference> for PointerOutEventimpl From<PointerOutEvent> for Reference[src]
impl From<PointerOutEvent> for Referencefn from(value: PointerOutEvent) -> Self[src]
fn from(value: PointerOutEvent) -> SelfPerforms the conversion.
impl TryFrom<PointerOutEvent> for Reference[src]
impl TryFrom<PointerOutEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: PointerOutEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: PointerOutEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for PointerOutEvent[src]
impl TryFrom<Reference> for PointerOutEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for PointerOutEvent[src]
impl<'_r> TryFrom<&'_r Reference> for PointerOutEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for PointerLeaveEvent[src]
impl AsRef<Reference> for PointerLeaveEventimpl From<PointerLeaveEvent> for Reference[src]
impl From<PointerLeaveEvent> for Referencefn from(value: PointerLeaveEvent) -> Self[src]
fn from(value: PointerLeaveEvent) -> SelfPerforms the conversion.
impl TryFrom<PointerLeaveEvent> for Reference[src]
impl TryFrom<PointerLeaveEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: PointerLeaveEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: PointerLeaveEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for PointerLeaveEvent[src]
impl TryFrom<Reference> for PointerLeaveEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for PointerLeaveEvent[src]
impl<'_r> TryFrom<&'_r Reference> for PointerLeaveEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for GotPointerCaptureEvent[src]
impl AsRef<Reference> for GotPointerCaptureEventimpl From<GotPointerCaptureEvent> for Reference[src]
impl From<GotPointerCaptureEvent> for Referencefn from(value: GotPointerCaptureEvent) -> Self[src]
fn from(value: GotPointerCaptureEvent) -> SelfPerforms the conversion.
impl TryFrom<GotPointerCaptureEvent> for Reference[src]
impl TryFrom<GotPointerCaptureEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: GotPointerCaptureEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: GotPointerCaptureEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for GotPointerCaptureEvent[src]
impl TryFrom<Reference> for GotPointerCaptureEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for GotPointerCaptureEvent[src]
impl<'_r> TryFrom<&'_r Reference> for GotPointerCaptureEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for LostPointerCaptureEvent[src]
impl AsRef<Reference> for LostPointerCaptureEventimpl From<LostPointerCaptureEvent> for Reference[src]
impl From<LostPointerCaptureEvent> for Referencefn from(value: LostPointerCaptureEvent) -> Self[src]
fn from(value: LostPointerCaptureEvent) -> SelfPerforms the conversion.
impl TryFrom<LostPointerCaptureEvent> for Reference[src]
impl TryFrom<LostPointerCaptureEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: LostPointerCaptureEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: LostPointerCaptureEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for LostPointerCaptureEvent[src]
impl TryFrom<Reference> for LostPointerCaptureEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for LostPointerCaptureEvent[src]
impl<'_r> TryFrom<&'_r Reference> for LostPointerCaptureEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ProgressEvent[src]
impl AsRef<Reference> for ProgressEventimpl From<ProgressEvent> for Reference[src]
impl From<ProgressEvent> for Referencefn from(value: ProgressEvent) -> Self[src]
fn from(value: ProgressEvent) -> SelfPerforms the conversion.
impl TryFrom<ProgressEvent> for Reference[src]
impl TryFrom<ProgressEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ProgressEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ProgressEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ProgressEvent[src]
impl TryFrom<Reference> for ProgressEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ProgressEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ProgressEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ProgressLoadEvent[src]
impl AsRef<Reference> for ProgressLoadEventimpl From<ProgressLoadEvent> for Reference[src]
impl From<ProgressLoadEvent> for Referencefn from(value: ProgressLoadEvent) -> Self[src]
fn from(value: ProgressLoadEvent) -> SelfPerforms the conversion.
impl TryFrom<ProgressLoadEvent> for Reference[src]
impl TryFrom<ProgressLoadEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ProgressLoadEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ProgressLoadEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ProgressLoadEvent[src]
impl TryFrom<Reference> for ProgressLoadEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ProgressLoadEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ProgressLoadEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for LoadStartEvent[src]
impl AsRef<Reference> for LoadStartEventimpl From<LoadStartEvent> for Reference[src]
impl From<LoadStartEvent> for Referencefn from(value: LoadStartEvent) -> Self[src]
fn from(value: LoadStartEvent) -> SelfPerforms the conversion.
impl TryFrom<LoadStartEvent> for Reference[src]
impl TryFrom<LoadStartEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: LoadStartEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: LoadStartEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for LoadStartEvent[src]
impl TryFrom<Reference> for LoadStartEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for LoadStartEvent[src]
impl<'_r> TryFrom<&'_r Reference> for LoadStartEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for LoadEndEvent[src]
impl AsRef<Reference> for LoadEndEventimpl From<LoadEndEvent> for Reference[src]
impl From<LoadEndEvent> for Referencefn from(value: LoadEndEvent) -> Self[src]
fn from(value: LoadEndEvent) -> SelfPerforms the conversion.
impl TryFrom<LoadEndEvent> for Reference[src]
impl TryFrom<LoadEndEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: LoadEndEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: LoadEndEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for LoadEndEvent[src]
impl TryFrom<Reference> for LoadEndEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for LoadEndEvent[src]
impl<'_r> TryFrom<&'_r Reference> for LoadEndEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ProgressAbortEvent[src]
impl AsRef<Reference> for ProgressAbortEventimpl From<ProgressAbortEvent> for Reference[src]
impl From<ProgressAbortEvent> for Referencefn from(value: ProgressAbortEvent) -> Self[src]
fn from(value: ProgressAbortEvent) -> SelfPerforms the conversion.
impl TryFrom<ProgressAbortEvent> for Reference[src]
impl TryFrom<ProgressAbortEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ProgressAbortEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ProgressAbortEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ProgressAbortEvent[src]
impl TryFrom<Reference> for ProgressAbortEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ProgressAbortEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ProgressAbortEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for ProgressErrorEvent[src]
impl AsRef<Reference> for ProgressErrorEventimpl From<ProgressErrorEvent> for Reference[src]
impl From<ProgressErrorEvent> for Referencefn from(value: ProgressErrorEvent) -> Self[src]
fn from(value: ProgressErrorEvent) -> SelfPerforms the conversion.
impl TryFrom<ProgressErrorEvent> for Reference[src]
impl TryFrom<ProgressErrorEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: ProgressErrorEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: ProgressErrorEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for ProgressErrorEvent[src]
impl TryFrom<Reference> for ProgressErrorEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for ProgressErrorEvent[src]
impl<'_r> TryFrom<&'_r Reference> for ProgressErrorEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for SocketCloseEvent[src]
impl AsRef<Reference> for SocketCloseEventimpl From<SocketCloseEvent> for Reference[src]
impl From<SocketCloseEvent> for Referencefn from(value: SocketCloseEvent) -> Self[src]
fn from(value: SocketCloseEvent) -> SelfPerforms the conversion.
impl TryFrom<SocketCloseEvent> for Reference[src]
impl TryFrom<SocketCloseEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: SocketCloseEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: SocketCloseEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for SocketCloseEvent[src]
impl TryFrom<Reference> for SocketCloseEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for SocketCloseEvent[src]
impl<'_r> TryFrom<&'_r Reference> for SocketCloseEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for SocketErrorEvent[src]
impl AsRef<Reference> for SocketErrorEventimpl From<SocketErrorEvent> for Reference[src]
impl From<SocketErrorEvent> for Referencefn from(value: SocketErrorEvent) -> Self[src]
fn from(value: SocketErrorEvent) -> SelfPerforms the conversion.
impl TryFrom<SocketErrorEvent> for Reference[src]
impl TryFrom<SocketErrorEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: SocketErrorEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: SocketErrorEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for SocketErrorEvent[src]
impl TryFrom<Reference> for SocketErrorEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for SocketErrorEvent[src]
impl<'_r> TryFrom<&'_r Reference> for SocketErrorEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for SocketOpenEvent[src]
impl AsRef<Reference> for SocketOpenEventimpl From<SocketOpenEvent> for Reference[src]
impl From<SocketOpenEvent> for Referencefn from(value: SocketOpenEvent) -> Self[src]
fn from(value: SocketOpenEvent) -> SelfPerforms the conversion.
impl TryFrom<SocketOpenEvent> for Reference[src]
impl TryFrom<SocketOpenEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: SocketOpenEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: SocketOpenEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for SocketOpenEvent[src]
impl TryFrom<Reference> for SocketOpenEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for SocketOpenEvent[src]
impl<'_r> TryFrom<&'_r Reference> for SocketOpenEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for SocketMessageEvent[src]
impl AsRef<Reference> for SocketMessageEventimpl From<SocketMessageEvent> for Reference[src]
impl From<SocketMessageEvent> for Referencefn from(value: SocketMessageEvent) -> Self[src]
fn from(value: SocketMessageEvent) -> SelfPerforms the conversion.
impl TryFrom<SocketMessageEvent> for Reference[src]
impl TryFrom<SocketMessageEvent> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: SocketMessageEvent) -> Result<Self, Self::Error>[src]
fn try_from(value: SocketMessageEvent) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for SocketMessageEvent[src]
impl TryFrom<Reference> for SocketMessageEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for SocketMessageEvent[src]
impl<'_r> TryFrom<&'_r Reference> for SocketMessageEventtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for HtmlCollection[src]
impl AsRef<Reference> for HtmlCollectionimpl From<HtmlCollection> for Reference[src]
impl From<HtmlCollection> for Referencefn from(value: HtmlCollection) -> Self[src]
fn from(value: HtmlCollection) -> SelfPerforms the conversion.
impl TryFrom<HtmlCollection> for Reference[src]
impl TryFrom<HtmlCollection> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: HtmlCollection) -> Result<Self, Self::Error>[src]
fn try_from(value: HtmlCollection) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for HtmlCollection[src]
impl TryFrom<Reference> for HtmlCollectiontype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for HtmlCollection[src]
impl<'_r> TryFrom<&'_r Reference> for HtmlCollectiontype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for GamepadButton[src]
impl AsRef<Reference> for GamepadButtonimpl From<GamepadButton> for Reference[src]
impl From<GamepadButton> for Referencefn from(value: GamepadButton) -> Self[src]
fn from(value: GamepadButton) -> SelfPerforms the conversion.
impl TryFrom<GamepadButton> for Reference[src]
impl TryFrom<GamepadButton> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: GamepadButton) -> Result<Self, Self::Error>[src]
fn try_from(value: GamepadButton) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for GamepadButton[src]
impl TryFrom<Reference> for GamepadButtontype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for GamepadButton[src]
impl<'_r> TryFrom<&'_r Reference> for GamepadButtontype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: &Reference) -> Result<Self, Self::Error>Performs the conversion.
impl AsRef<Reference> for Gamepad[src]
impl AsRef<Reference> for Gamepadimpl From<Gamepad> for Reference[src]
impl From<Gamepad> for Referenceimpl TryFrom<Gamepad> for Reference[src]
impl TryFrom<Gamepad> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: Gamepad) -> Result<Self, Self::Error>[src]
fn try_from(value: Gamepad) -> Result<Self, Self::Error>Performs the conversion.
impl TryFrom<Reference> for Gamepad[src]
impl TryFrom<Reference> for Gamepadtype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
fn try_from(reference: Reference) -> Result<Self, Self::Error>Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for Gamepad[src]
impl<'_r> TryFrom<&'_r Reference> for Gamepad