pub trait TDMessageSchedulingState: Debug + RObject { }
Expand description

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

Implementations on Foreign Types§

source§

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

source§

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

Implementors§