pub struct ActivateTarget {
pub target_id: TargetId,
}Fields§
§target_id: TargetIdTrait Implementations§
Source§impl Clone for ActivateTarget
impl Clone for ActivateTarget
Source§fn clone(&self) -> ActivateTarget
fn clone(&self) -> ActivateTarget
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 ActivateTarget
impl Debug for ActivateTarget
Source§impl<'de> Deserialize<'de> for ActivateTarget
impl<'de> Deserialize<'de> for ActivateTarget
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 ActivateTarget
impl Method for ActivateTarget
const NAME: &'static str = "Target.activateTarget"
type ReturnObject = ActivateTargetReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for ActivateTarget
impl PartialEq for ActivateTarget
Source§impl Serialize for ActivateTarget
impl Serialize for ActivateTarget
impl StructuralPartialEq for ActivateTarget
Auto Trait Implementations§
impl Freeze for ActivateTarget
impl RefUnwindSafe for ActivateTarget
impl Send for ActivateTarget
impl Sync for ActivateTarget
impl Unpin for ActivateTarget
impl UnwindSafe for ActivateTarget
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