pub struct EnumShape<'a> {
pub type_name: EnumTypeName,
pub identifier: &'a str,
pub mixins: Vec<&'a str>,
pub members: Vec<EnumShapeMember<'a>>,
}Fields§
§type_name: EnumTypeName§identifier: &'a str§mixins: Vec<&'a str>§members: Vec<EnumShapeMember<'a>>Trait Implementations§
impl<'a> Eq for EnumShape<'a>
impl<'a> StructuralPartialEq for EnumShape<'a>
Auto Trait Implementations§
impl<'a> Freeze for EnumShape<'a>
impl<'a> RefUnwindSafe for EnumShape<'a>
impl<'a> Send for EnumShape<'a>
impl<'a> Sync for EnumShape<'a>
impl<'a> Unpin for EnumShape<'a>
impl<'a> UnwindSafe for EnumShape<'a>
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