pub struct portal {
pub attributes: <portal as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <portal as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§impl TypedElement for portal
impl TypedElement for portal
Source§type Attributes = PortalAttributes
type Attributes = PortalAttributes
The attributes of the element.
Source§fn from_attributes(
attributes: <portal as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>)>,
) -> portal
fn from_attributes( attributes: <portal as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> portal
Create an element from its attributes.
Auto Trait Implementations§
impl Freeze for portal
impl RefUnwindSafe for portal
impl Send for portal
impl Sync for portal
impl Unpin for portal
impl UnwindSafe for portal
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more