pub struct dialog {
pub attributes: <dialog as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <dialog as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§impl TypedElement for dialog
impl TypedElement for dialog
Source§type Attributes = DialogAttributes
type Attributes = DialogAttributes
The attributes of the element.
Source§fn from_attributes(
attributes: <dialog as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>)>,
) -> dialog
fn from_attributes( attributes: <dialog as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> dialog
Create an element from its attributes.
Auto Trait Implementations§
impl Freeze for dialog
impl RefUnwindSafe for dialog
impl Send for dialog
impl Sync for dialog
impl Unpin for dialog
impl UnwindSafe for dialog
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