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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BlockCommentTailState
Source§impl Debug for BlockCommentTailState
impl Debug for BlockCommentTailState
impl Eq for BlockCommentTailState
Source§impl Hash for BlockCommentTailState
impl Hash for BlockCommentTailState
Source§impl PartialEq for BlockCommentTailState
impl PartialEq for BlockCommentTailState
Source§fn eq(&self, other: &BlockCommentTailState) -> bool
fn eq(&self, other: &BlockCommentTailState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BlockCommentTailState
Auto Trait Implementations§
impl Freeze for BlockCommentTailState
impl RefUnwindSafe for BlockCommentTailState
impl Send for BlockCommentTailState
impl Sync for BlockCommentTailState
impl Unpin for BlockCommentTailState
impl UnsafeUnpin for BlockCommentTailState
impl UnwindSafe for BlockCommentTailState
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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