Struct ext_php_rs::describe::Retval
source · [−]Expand description
Represents a value returned from a function or method.
Fields
ty: DataType
nullable: bool
Auto Trait Implementations
impl RefUnwindSafe for Retval
impl Send for Retval
impl Sync for Retval
impl Unpin for Retval
impl UnwindSafe for Retval
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more