pub struct PhpCode { /* private fields */ }Expand description
Per-language code type tag for Php; carries no data.
Trait Implementations§
Source§impl LanguageInfo for PhpCode
impl LanguageInfo for PhpCode
Auto Trait Implementations§
impl Freeze for PhpCode
impl RefUnwindSafe for PhpCode
impl Send for PhpCode
impl Sync for PhpCode
impl Unpin for PhpCode
impl UnsafeUnpin for PhpCode
impl UnwindSafe for PhpCode
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