pub struct CronCatTaskSubmessageParams {
pub reply_id: Option<u64>,
pub reply_type: Option<SubMessageReplyType>,
}
Expand description
Extra (optional) parameters when creating a submessage during task creation
Fields§
§reply_id: Option<u64>
Defaults to REPLY_CRONCAT_TASK_CREATION
reply_type: Option<SubMessageReplyType>
Defaults to Always
Auto Trait Implementations§
impl RefUnwindSafe for CronCatTaskSubmessageParams
impl Send for CronCatTaskSubmessageParams
impl Sync for CronCatTaskSubmessageParams
impl Unpin for CronCatTaskSubmessageParams
impl UnwindSafe for CronCatTaskSubmessageParams
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