Enum php_codegen::enum::EnumBackingType
source ยท pub enum EnumBackingType {
Int,
String,
}
Variantsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for EnumBackingType
impl RefUnwindSafe for EnumBackingType
impl Send for EnumBackingType
impl Sync for EnumBackingType
impl Unpin for EnumBackingType
impl UnwindSafe for EnumBackingType
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