Struct pgn_reader::RawComment [−][src]
Expand description
A comment, excluding the braces.
Tuple Fields
0: &'a [u8]Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for RawComment<'a>
impl<'a> Send for RawComment<'a>
impl<'a> Sync for RawComment<'a>
impl<'a> Unpin for RawComment<'a>
impl<'a> UnwindSafe for RawComment<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more