derive Debug on Line

This commit is contained in:
jesopo 2023-03-31 17:51:26 +00:00
parent e06491ed46
commit a5471a7dd9
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ use std::collections::BTreeMap;
/// A struct representing all the constituent pieces of an RFC1459/IRCv3 protocol line.
///
/// `@tagkey=tagvalue :source COMMAND arg1 arg2 :arg3 with space`
#[derive(Debug)]
pub struct Line {
/// [Message tags] of an IRC line.
/// [`None`] if no message tags were present.