[][src]Struct tensorflow_proto::tensorflow::tfprof::code_def::Trace

pub struct Trace {
    pub file: String,
    pub file_id: i64,
    pub lineno: i32,
    pub function: String,
    pub function_id: i64,
    pub line: String,
    pub line_id: i64,
    pub func_start_line: i32,
}

Fields

file: String
👎 Deprecated

deprecated by file_id.

file_id: i64lineno: i32function: String
👎 Deprecated

deprecated by function_id.

function_id: i64line: String
👎 Deprecated

deprecated line_id.

line_id: i64func_start_line: i32

Trait Implementations

impl Clone for Trace[src]

impl Debug for Trace[src]

impl Default for Trace[src]

impl Message for Trace[src]

impl PartialEq<Trace> for Trace[src]

impl StructuralPartialEq for Trace[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.