Skip to main content

TDCheckStickerSetNameResult

Trait TDCheckStickerSetNameResult 

Source
pub trait TDCheckStickerSetNameResult: Debug + RObject { }
Expand description

Represents result of checking whether a name can be used for a new sticker set

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, CHECKSTICKERSETNAMERESULT: TDCheckStickerSetNameResult> TDCheckStickerSetNameResult for &'a CHECKSTICKERSETNAMERESULT

Source§

impl<'a, CHECKSTICKERSETNAMERESULT: TDCheckStickerSetNameResult> TDCheckStickerSetNameResult for &'a mut CHECKSTICKERSETNAMERESULT

Implementors§