pub struct UpdateQueueSlot200Response {
pub success: Option<bool>,
pub schedule: Option<Box<QueueSchedule>>,
pub next_slots: Option<Vec<String>>,
pub reshuffled_count: Option<i32>,
}Fields§
§success: Option<bool>§schedule: Option<Box<QueueSchedule>>§next_slots: Option<Vec<String>>§reshuffled_count: Option<i32>Implementations§
Source§impl UpdateQueueSlot200Response
impl UpdateQueueSlot200Response
pub fn new() -> UpdateQueueSlot200Response
Trait Implementations§
Source§impl Clone for UpdateQueueSlot200Response
impl Clone for UpdateQueueSlot200Response
Source§fn clone(&self) -> UpdateQueueSlot200Response
fn clone(&self) -> UpdateQueueSlot200Response
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateQueueSlot200Response
impl Debug for UpdateQueueSlot200Response
Source§impl Default for UpdateQueueSlot200Response
impl Default for UpdateQueueSlot200Response
Source§fn default() -> UpdateQueueSlot200Response
fn default() -> UpdateQueueSlot200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateQueueSlot200Response
impl<'de> Deserialize<'de> for UpdateQueueSlot200Response
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateQueueSlot200Response
impl PartialEq for UpdateQueueSlot200Response
Source§fn eq(&self, other: &UpdateQueueSlot200Response) -> bool
fn eq(&self, other: &UpdateQueueSlot200Response) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateQueueSlot200Response
Auto Trait Implementations§
impl Freeze for UpdateQueueSlot200Response
impl RefUnwindSafe for UpdateQueueSlot200Response
impl Send for UpdateQueueSlot200Response
impl Sync for UpdateQueueSlot200Response
impl Unpin for UpdateQueueSlot200Response
impl UnsafeUnpin for UpdateQueueSlot200Response
impl UnwindSafe for UpdateQueueSlot200Response
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