pub enum CompilationMessageExtension {
DawnCompilationMessageUtf16(DawnCompilationMessageUtf16),
}Variants§
DawnCompilationMessageUtf16(DawnCompilationMessageUtf16)
Trait Implementations§
Source§impl From<DawnCompilationMessageUtf16> for CompilationMessageExtension
impl From<DawnCompilationMessageUtf16> for CompilationMessageExtension
Source§fn from(ext: DawnCompilationMessageUtf16) -> Self
fn from(ext: DawnCompilationMessageUtf16) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CompilationMessageExtension
impl RefUnwindSafe for CompilationMessageExtension
impl Send for CompilationMessageExtension
impl Sync for CompilationMessageExtension
impl Unpin for CompilationMessageExtension
impl UnsafeUnpin for CompilationMessageExtension
impl UnwindSafe for CompilationMessageExtension
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