Struct wit_parser::Union
source · pub struct Union {
pub cases: Vec<UnionCase>,
}
Fields§
§cases: Vec<UnionCase>
Implementations§
Trait Implementations§
source§impl PartialEq<Union> for Union
impl PartialEq<Union> for Union
impl StructuralPartialEq for Union
Auto Trait Implementations§
impl RefUnwindSafe for Union
impl Send for Union
impl Sync for Union
impl Unpin for Union
impl UnwindSafe for Union
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