//! [`MimeType`] — clipboard content type discriminant.
/// The content type of a clipboard payload.
///
/// This enum is `#[non_exhaustive]`: new variants may be added in future minor
/// versions without a breaking change. Use [`MimeType::Custom`] as an escape
/// hatch for types not yet listed here.