Struct phper::functions::FunctionEntity
source · pub struct FunctionEntity { /* private fields */ }
Expand description
Builder for registering php function.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FunctionEntity
impl !Send for FunctionEntity
impl !Sync for FunctionEntity
impl Unpin for FunctionEntity
impl !UnwindSafe for FunctionEntity
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