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