Enum ircservserv::chanserv::Message [−][src]
Expand description
Messages that go over the ChanServ channel
Variants
Flags(String)
/cs flags <#channel>
Tuple Fields of Flags
0: String
Notice(String)
A NOTICE from ChanServ
Tuple Fields of Notice
0: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Message
impl UnwindSafe for Message
Blanket Implementations
Mutably borrows from an owned value. Read more