Struct php_codegen::enum_case::EnumCase
source ยท pub struct EnumCase {
pub documentation: Option<Document>,
pub attributes: Vec<AttributeGroup>,
pub name: String,
pub value: Option<Value>,
}
Fieldsยง
ยงdocumentation: Option<Document>
ยงattributes: Vec<AttributeGroup>
ยงname: String
ยงvalue: Option<Value>
Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for EnumCase
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