pub struct AnnotateResponse {
pub id: String,
}Fields§
§id: StringTrait Implementations§
Source§impl Clone for AnnotateResponse
impl Clone for AnnotateResponse
Source§fn clone(&self) -> AnnotateResponse
fn clone(&self) -> AnnotateResponse
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 AnnotateResponse
impl Debug for AnnotateResponse
Source§impl PartialEq for AnnotateResponse
impl PartialEq for AnnotateResponse
Source§fn eq(&self, other: &AnnotateResponse) -> bool
fn eq(&self, other: &AnnotateResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AnnotateResponse
impl StructuralPartialEq for AnnotateResponse
Auto Trait Implementations§
impl Freeze for AnnotateResponse
impl RefUnwindSafe for AnnotateResponse
impl Send for AnnotateResponse
impl Sync for AnnotateResponse
impl Unpin for AnnotateResponse
impl UnsafeUnpin for AnnotateResponse
impl UnwindSafe for AnnotateResponse
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