pub struct UpdateAnnotationsRequest<'a> {
pub labelling: Option<&'a [NewLabelling]>,
pub entities: Option<&'a NewEntities>,
pub moon_forms: Option<&'a [NewMoonForm]>,
}
Fields§
§labelling: Option<&'a [NewLabelling]>
§entities: Option<&'a NewEntities>
§moon_forms: Option<&'a [NewMoonForm]>
Trait Implementations§
Source§impl<'a> Clone for UpdateAnnotationsRequest<'a>
impl<'a> Clone for UpdateAnnotationsRequest<'a>
Source§fn clone(&self) -> UpdateAnnotationsRequest<'a>
fn clone(&self) -> UpdateAnnotationsRequest<'a>
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<'a> Debug for UpdateAnnotationsRequest<'a>
impl<'a> Debug for UpdateAnnotationsRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for UpdateAnnotationsRequest<'a>
impl<'a> RefUnwindSafe for UpdateAnnotationsRequest<'a>
impl<'a> Send for UpdateAnnotationsRequest<'a>
impl<'a> Sync for UpdateAnnotationsRequest<'a>
impl<'a> Unpin for UpdateAnnotationsRequest<'a>
impl<'a> UnwindSafe for UpdateAnnotationsRequest<'a>
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