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