pub struct GetTargetInfo {
pub target_id: Option<TargetId>,
}Fields§
§target_id: Option<TargetId>Trait Implementations§
Source§impl Clone for GetTargetInfo
impl Clone for GetTargetInfo
Source§fn clone(&self) -> GetTargetInfo
fn clone(&self) -> GetTargetInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetTargetInfo
impl Debug for GetTargetInfo
Source§impl<'de> Deserialize<'de> for GetTargetInfo
impl<'de> Deserialize<'de> for GetTargetInfo
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 Method for GetTargetInfo
impl Method for GetTargetInfo
const NAME: &'static str = "Target.getTargetInfo"
type ReturnObject = GetTargetInfoReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetTargetInfo
impl PartialEq for GetTargetInfo
Source§impl Serialize for GetTargetInfo
impl Serialize for GetTargetInfo
impl StructuralPartialEq for GetTargetInfo
Auto Trait Implementations§
impl Freeze for GetTargetInfo
impl RefUnwindSafe for GetTargetInfo
impl Send for GetTargetInfo
impl Sync for GetTargetInfo
impl Unpin for GetTargetInfo
impl UnwindSafe for GetTargetInfo
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