pub struct _type;
Trait Implementations§
impl Attribute for _type
impl ButtonCompat for _type
impl EmbedCompat for _type
impl InputCompat for _type
impl LinkCompat for _type
impl MenuCompat for _type
impl ObjectCompat for _type
impl ScriptCompat for _type
impl SourceCompat for _type
impl StyleCompat for _type
Auto Trait Implementations§
impl Freeze for _type
impl RefUnwindSafe for _type
impl Send for _type
impl Sync for _type
impl Unpin for _type
impl UnwindSafe for _type
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