pub struct ObjectBuilder(_);

Implementations§

Specifies the URL of the resource.

The form element, if any, that the object element is associated with (its form owner). The value of the attribute must be an ID of a <form> element in the same document.

The height of the displayed resource, in CSS pixels. No percentages.

The name of valid browsing context.

The content type of the resource specified by data. At least one of data and type must be defined.

Indicates if the type attribute and the actual content type of the resource must match to be used.

A hash-name reference to a <map> element; that is a ‘#’ followed by the value of a name of a map element.

The width of the display resource, in CSS pixels. No percentages.

Trait Implementations§

Converts to this type from the input type.
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.