pub struct BlockCommentTailState { /* private fields */ }
Trait Implementations§
source§impl Clone for BlockCommentTailState
impl Clone for BlockCommentTailState
source§fn clone(&self) -> BlockCommentTailState
fn clone(&self) -> BlockCommentTailState
Returns a copy 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 BlockCommentTailState
impl Debug for BlockCommentTailState
source§impl Hash for BlockCommentTailState
impl Hash for BlockCommentTailState
source§impl PartialEq<BlockCommentTailState> for BlockCommentTailState
impl PartialEq<BlockCommentTailState> for BlockCommentTailState
source§fn eq(&self, other: &BlockCommentTailState) -> bool
fn eq(&self, other: &BlockCommentTailState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BlockCommentTailState
impl Eq for BlockCommentTailState
impl StructuralEq for BlockCommentTailState
impl StructuralPartialEq for BlockCommentTailState
Auto Trait Implementations§
impl RefUnwindSafe for BlockCommentTailState
impl Send for BlockCommentTailState
impl Sync for BlockCommentTailState
impl Unpin for BlockCommentTailState
impl UnwindSafe for BlockCommentTailState
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