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

pub struct ReferenceBound {
    pub reference_name: String,
    pub upper_bound: i64,
}

ReferenceBound records an upper bound for the starting coordinate of variants in a particular reference.

Fields

reference_name: String

The name of the reference associated with this reference bound.

upper_bound: i64

An upper bound (inclusive) on the starting coordinate of any variant in the reference sequence.

Trait Implementations

impl Clone for ReferenceBound[src]

impl Debug for ReferenceBound[src]

impl Default for ReferenceBound[src]

impl Message for ReferenceBound[src]

impl PartialEq<ReferenceBound> for ReferenceBound[src]

impl StructuralPartialEq for ReferenceBound[src]

Auto Trait Implementations

impl RefUnwindSafe for ReferenceBound

impl Send for ReferenceBound

impl Sync for ReferenceBound

impl Unpin for ReferenceBound

impl UnwindSafe for ReferenceBound

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]