pub struct StepInTargetsResponseBody {
pub targets: Vec<StepInTarget>,
/* private fields */
}
Fields§
§targets: Vec<StepInTarget>
The possible stepIn targets of the specified source location.
Implementations§
Trait Implementations§
Source§impl Clone for StepInTargetsResponseBody
impl Clone for StepInTargetsResponseBody
Source§fn clone(&self) -> StepInTargetsResponseBody
fn clone(&self) -> StepInTargetsResponseBody
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StepInTargetsResponseBody
impl Debug for StepInTargetsResponseBody
Source§impl<'de> Deserialize<'de> for StepInTargetsResponseBody
impl<'de> Deserialize<'de> for StepInTargetsResponseBody
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<StepInTargetsResponseBody> for SuccessResponse
impl From<StepInTargetsResponseBody> for SuccessResponse
Source§fn from(args: StepInTargetsResponseBody) -> Self
fn from(args: StepInTargetsResponseBody) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StepInTargetsResponseBody
impl PartialEq for StepInTargetsResponseBody
Source§fn eq(&self, other: &StepInTargetsResponseBody) -> bool
fn eq(&self, other: &StepInTargetsResponseBody) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for StepInTargetsResponseBody
impl StructuralPartialEq for StepInTargetsResponseBody
Auto Trait Implementations§
impl Freeze for StepInTargetsResponseBody
impl RefUnwindSafe for StepInTargetsResponseBody
impl Send for StepInTargetsResponseBody
impl Sync for StepInTargetsResponseBody
impl Unpin for StepInTargetsResponseBody
impl UnwindSafe for StepInTargetsResponseBody
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.