pub struct UnionCase {
pub docs: Docs,
pub ty: Type,
}
Fields§
§docs: Docs
§ty: Type
Trait Implementations§
impl StructuralPartialEq for UnionCase
Auto Trait Implementations§
impl Freeze for UnionCase
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