pub enum Applet<'a> {
V0(Applet0<'a>),
}Available on crate feature
host only.Variants§
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Applet<'a>
impl<'a> RefUnwindSafe for Applet<'a>
impl<'a> Send for Applet<'a>
impl<'a> Sync for Applet<'a>
impl<'a> Unpin for Applet<'a>
impl<'a> UnsafeUnpin for Applet<'a>
impl<'a> UnwindSafe for Applet<'a>
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