//! The Clipboard plugin allows syncing clipboard text content between devices.
use ;
use String;
/// This packet is sent when the clipboard content changes. In other words, it is typically sent when the selection owner changes.
///
/// <https://invent.kde.org/network/kdeconnect-meta/blob/master/protocol.md#kdeconnectclipboard>
/// This packet is only sent when a device connects.
///
/// <https://invent.kde.org/network/kdeconnect-meta/blob/master/protocol.md#kdeconnectclipboardconnect>