pub struct CreateAnnotationQueueAssignmentResponse {
pub user_id: String,
pub queue_id: String,
pub project_id: String,
}Fields§
§user_id: String§queue_id: String§project_id: StringImplementations§
Trait Implementations§
Source§impl Clone for CreateAnnotationQueueAssignmentResponse
impl Clone for CreateAnnotationQueueAssignmentResponse
Source§fn clone(&self) -> CreateAnnotationQueueAssignmentResponse
fn clone(&self) -> CreateAnnotationQueueAssignmentResponse
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 CreateAnnotationQueueAssignmentResponse
impl Default for CreateAnnotationQueueAssignmentResponse
Source§fn default() -> CreateAnnotationQueueAssignmentResponse
fn default() -> CreateAnnotationQueueAssignmentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateAnnotationQueueAssignmentResponse
impl<'de> Deserialize<'de> for CreateAnnotationQueueAssignmentResponse
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 CreateAnnotationQueueAssignmentResponse
impl PartialEq for CreateAnnotationQueueAssignmentResponse
Source§fn eq(&self, other: &CreateAnnotationQueueAssignmentResponse) -> bool
fn eq(&self, other: &CreateAnnotationQueueAssignmentResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateAnnotationQueueAssignmentResponse
Auto Trait Implementations§
impl Freeze for CreateAnnotationQueueAssignmentResponse
impl RefUnwindSafe for CreateAnnotationQueueAssignmentResponse
impl Send for CreateAnnotationQueueAssignmentResponse
impl Sync for CreateAnnotationQueueAssignmentResponse
impl Unpin for CreateAnnotationQueueAssignmentResponse
impl UnwindSafe for CreateAnnotationQueueAssignmentResponse
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