[][src]Struct apollo_tracing_protobuf::Trace_Location

pub struct Trace_Location {
    pub line: u32,
    pub column: u32,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

line: u32column: u32unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Trace_Location[src]

pub fn new() -> Trace_Location[src]

pub fn get_line(&self) -> u32[src]

pub fn clear_line(&mut self)[src]

pub fn set_line(&mut self, v: u32)[src]

pub fn get_column(&self) -> u32[src]

pub fn clear_column(&mut self)[src]

pub fn set_column(&mut self, v: u32)[src]

Trait Implementations

impl Clear for Trace_Location[src]

impl Clone for Trace_Location[src]

impl Debug for Trace_Location[src]

impl Default for Trace_Location[src]

impl<'a> Default for &'a Trace_Location[src]

impl Message for Trace_Location[src]

impl PartialEq<Trace_Location> for Trace_Location[src]

impl ProtobufValue for Trace_Location[src]

impl StructuralPartialEq for Trace_Location[src]

Auto Trait Implementations

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, U> Into<U> for T where
    U: From<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.