Enum PhpCommentKind
pub enum PhpCommentKind {
Line,
Block,
Docblock,
HashLine,
}Expand description
PHP comment category metadata.
Variants§
Implementations§
§impl PhpCommentKind
impl PhpCommentKind
Trait Implementations§
§impl Clone for PhpCommentKind
impl Clone for PhpCommentKind
§fn clone(&self) -> PhpCommentKind
fn clone(&self) -> PhpCommentKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for PhpCommentKind
impl Debug for PhpCommentKind
§impl Hash for PhpCommentKind
impl Hash for PhpCommentKind
§impl Ord for PhpCommentKind
impl Ord for PhpCommentKind
§impl PartialEq for PhpCommentKind
impl PartialEq for PhpCommentKind
§impl PartialOrd for PhpCommentKind
impl PartialOrd for PhpCommentKind
impl Copy for PhpCommentKind
impl Eq for PhpCommentKind
impl StructuralPartialEq for PhpCommentKind
Auto Trait Implementations§
impl Freeze for PhpCommentKind
impl RefUnwindSafe for PhpCommentKind
impl Send for PhpCommentKind
impl Sync for PhpCommentKind
impl Unpin for PhpCommentKind
impl UnsafeUnpin for PhpCommentKind
impl UnwindSafe for PhpCommentKind
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