pub struct ForceProcessQueueResponse {
pub(crate) message: String,
pub(crate) triggered: bool,
}
Expand description
Response structure for force queue processing operations.
Confirms successful force queue processing initiation.
Fields§
§message: String
Human-readable success message
triggered: bool
Whether queue processing was triggered
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForceProcessQueueResponse
impl RefUnwindSafe for ForceProcessQueueResponse
impl Send for ForceProcessQueueResponse
impl Sync for ForceProcessQueueResponse
impl Unpin for ForceProcessQueueResponse
impl UnwindSafe for ForceProcessQueueResponse
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