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