Struct gapi_grpc::google::devtools::clouddebugger::v2::RegisterDebuggeeResponse[][src]

pub struct RegisterDebuggeeResponse {
    pub debuggee: Option<Debuggee>,
}

Response for registering a debuggee.

Fields

debuggee: Option<Debuggee>

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

Trait Implementations

impl Clone for RegisterDebuggeeResponse[src]

impl Debug for RegisterDebuggeeResponse[src]

impl Default for RegisterDebuggeeResponse[src]

impl Message for RegisterDebuggeeResponse[src]

impl PartialEq<RegisterDebuggeeResponse> for RegisterDebuggeeResponse[src]

impl StructuralPartialEq for RegisterDebuggeeResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for RegisterDebuggeeResponse

impl Send for RegisterDebuggeeResponse

impl Sync for RegisterDebuggeeResponse

impl Unpin for RegisterDebuggeeResponse

impl UnwindSafe for RegisterDebuggeeResponse

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]