Skip to main content

TDMessageSchedulingState

Trait TDMessageSchedulingState 

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

Contains information about the time when a scheduled message will be sent

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, MESSAGESCHEDULINGSTATE: TDMessageSchedulingState> TDMessageSchedulingState for &'a MESSAGESCHEDULINGSTATE

Source§

impl<'a, MESSAGESCHEDULINGSTATE: TDMessageSchedulingState> TDMessageSchedulingState for &'a mut MESSAGESCHEDULINGSTATE

Implementors§