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

pub struct SetBreakpointRequest {
    pub debuggee_id: String,
    pub breakpoint: Option<Breakpoint>,
    pub client_version: String,
}

Request to set a breakpoint

Fields

debuggee_id: String

Required. ID of the debuggee where the breakpoint is to be set.

breakpoint: Option<Breakpoint>

Required. Breakpoint specification to set. The field location of the breakpoint must be set.

client_version: String

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

Trait Implementations

impl Clone for SetBreakpointRequest[src]

impl Debug for SetBreakpointRequest[src]

impl Default for SetBreakpointRequest[src]

impl Message for SetBreakpointRequest[src]

impl PartialEq<SetBreakpointRequest> for SetBreakpointRequest[src]

impl StructuralPartialEq for SetBreakpointRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SetBreakpointRequest

impl Send for SetBreakpointRequest

impl Sync for SetBreakpointRequest

impl Unpin for SetBreakpointRequest

impl UnwindSafe for SetBreakpointRequest

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]