pub struct DeleteAnnotationResponse {
pub annotation_serial: String,
pub deleted_annotation_serial: String,
}Fields§
§annotation_serial: String§deleted_annotation_serial: StringTrait Implementations§
Source§impl Clone for DeleteAnnotationResponse
impl Clone for DeleteAnnotationResponse
Source§fn clone(&self) -> DeleteAnnotationResponse
fn clone(&self) -> DeleteAnnotationResponse
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 DeleteAnnotationResponse
impl Debug for DeleteAnnotationResponse
Source§impl<'de> Deserialize<'de> for DeleteAnnotationResponse
impl<'de> Deserialize<'de> for DeleteAnnotationResponse
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
Auto Trait Implementations§
impl Freeze for DeleteAnnotationResponse
impl RefUnwindSafe for DeleteAnnotationResponse
impl Send for DeleteAnnotationResponse
impl Sync for DeleteAnnotationResponse
impl Unpin for DeleteAnnotationResponse
impl UnsafeUnpin for DeleteAnnotationResponse
impl UnwindSafe for DeleteAnnotationResponse
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