pub struct PhpAdapter;Implementations§
Source§impl PhpAdapter
impl PhpAdapter
Trait Implementations§
Source§impl Default for PhpAdapter
impl Default for PhpAdapter
Source§impl LanguageAdapter for PhpAdapter
impl LanguageAdapter for PhpAdapter
Auto Trait Implementations§
impl Freeze for PhpAdapter
impl RefUnwindSafe for PhpAdapter
impl Send for PhpAdapter
impl Sync for PhpAdapter
impl Unpin for PhpAdapter
impl UnsafeUnpin for PhpAdapter
impl UnwindSafe for PhpAdapter
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