Enum wast::component::TypeBounds
source · [−]pub enum TypeBounds<'a> {
Eq(Index<'a>),
}
Expand description
Represents the bounds applied to types being imported.
Variants
Eq(Index<'a>)
The equality type bounds.
Trait Implementations
sourceimpl<'a> Debug for TypeBounds<'a>
impl<'a> Debug for TypeBounds<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for TypeBounds<'a>
impl<'a> Send for TypeBounds<'a>
impl<'a> Sync for TypeBounds<'a>
impl<'a> Unpin for TypeBounds<'a>
impl<'a> UnwindSafe for TypeBounds<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more