pub struct UpdateAnnotationQueueItemRequest {
pub status: Option<AnnotationQueueStatus>,
}Fields§
§status: Option<AnnotationQueueStatus>Implementations§
Trait Implementations§
Source§impl Clone for UpdateAnnotationQueueItemRequest
impl Clone for UpdateAnnotationQueueItemRequest
Source§fn clone(&self) -> UpdateAnnotationQueueItemRequest
fn clone(&self) -> UpdateAnnotationQueueItemRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for UpdateAnnotationQueueItemRequest
impl Default for UpdateAnnotationQueueItemRequest
Source§fn default() -> UpdateAnnotationQueueItemRequest
fn default() -> UpdateAnnotationQueueItemRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateAnnotationQueueItemRequest
impl<'de> Deserialize<'de> for UpdateAnnotationQueueItemRequest
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 UpdateAnnotationQueueItemRequest
impl PartialEq for UpdateAnnotationQueueItemRequest
Source§fn eq(&self, other: &UpdateAnnotationQueueItemRequest) -> bool
fn eq(&self, other: &UpdateAnnotationQueueItemRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateAnnotationQueueItemRequest
Auto Trait Implementations§
impl Freeze for UpdateAnnotationQueueItemRequest
impl RefUnwindSafe for UpdateAnnotationQueueItemRequest
impl Send for UpdateAnnotationQueueItemRequest
impl Sync for UpdateAnnotationQueueItemRequest
impl Unpin for UpdateAnnotationQueueItemRequest
impl UnwindSafe for UpdateAnnotationQueueItemRequest
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