Struct ext_php_rs::describe::DocBlock
source · [−]Expand description
Represents a set of comments on an export.
Tuple Fields
0: Vec<Str>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DocBlock
impl !Send for DocBlock
impl !Sync for DocBlock
impl Unpin for DocBlock
impl UnwindSafe for DocBlock
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