pub enum CommentEnd {
RBracketRBracket(Span),
}Variants§
Trait Implementations§
Source§impl Clone for CommentEnd
impl Clone for CommentEnd
Source§fn clone(&self) -> CommentEnd
fn clone(&self) -> CommentEnd
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 moreSource§impl Debug for CommentEnd
impl Debug for CommentEnd
Source§impl<'tree> FromNode<'tree> for CommentEnd
impl<'tree> FromNode<'tree> for CommentEnd
Auto Trait Implementations§
impl Freeze for CommentEnd
impl RefUnwindSafe for CommentEnd
impl Send for CommentEnd
impl Sync for CommentEnd
impl Unpin for CommentEnd
impl UnsafeUnpin for CommentEnd
impl UnwindSafe for CommentEnd
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