Struct vg_batteries::teloxide::progress_message::ProgressMessage
source · pub struct ProgressMessage {
pub bot: Bot,
pub edit_payload: EditMessageText,
pub schedule: Arc<Mutex<ScheduleStatus>>,
}Available on
teloxide only.Fields§
§bot: Bot§edit_payload: EditMessageText§schedule: Arc<Mutex<ScheduleStatus>>Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ProgressMessage
impl Send for ProgressMessage
impl Sync for ProgressMessage
impl Unpin for ProgressMessage
impl !UnwindSafe for ProgressMessage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more