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