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