Expand description
Weechat Buffer module containing Buffer and Nick types.
Structs§
- Buffer
- A Weechat buffer.
- Buffer
Builder - Builder for the creation of a buffer.
- Buffer
Builder Async async - Builder for the creation of a buffer.
- Buffer
Handle - A handle to a buffer that was created in the current plugin.
- Buffer
Line - The buffer line, makes it possible to modify the printed message and other line data.
- Buffer
Lines - An iterator that steps over the lines of the buffer.
- Line
Data - Struct that can be used to update multiple line fields at once.
- Nick
- Weechat Nick type
- Nick
Group - Weechat nicklist Group type.
- Nick
Settings - Settings to create a new nick.
Traits§
- Buffer
Close Callback - Trait for the buffer close callback
- Buffer
Input Callback - Trait for the buffer input callback
- Buffer
Input Callback Async async - Trait for the buffer input callback.