Struct gapi_grpc::google::genomics::v1::UpdateAnnotationRequest[][src]

pub struct UpdateAnnotationRequest {
    pub annotation_id: String,
    pub annotation: Option<Annotation>,
    pub update_mask: Option<FieldMask>,
}

Fields

annotation_id: String

The ID of the annotation to be updated.

annotation: Option<Annotation>

The new annotation.

update_mask: Option<FieldMask>

An optional mask specifying which fields to update. Mutable fields are [name][google.genomics.v1.Annotation.name], [variant][google.genomics.v1.Annotation.variant], [transcript][google.genomics.v1.Annotation.transcript], and [info][google.genomics.v1.Annotation.info]. If unspecified, all mutable fields will be updated.

Trait Implementations

impl Clone for UpdateAnnotationRequest[src]

impl Debug for UpdateAnnotationRequest[src]

impl Default for UpdateAnnotationRequest[src]

impl Message for UpdateAnnotationRequest[src]

impl PartialEq<UpdateAnnotationRequest> for UpdateAnnotationRequest[src]

impl StructuralPartialEq for UpdateAnnotationRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateAnnotationRequest

impl Send for UpdateAnnotationRequest

impl Sync for UpdateAnnotationRequest

impl Unpin for UpdateAnnotationRequest

impl UnwindSafe for UpdateAnnotationRequest

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]