pub struct DetachFromTargetParams {
pub session_id: Option<String>,
}Expand description
Parameters for Target.detachFromTarget.
Fields§
§session_id: Option<String>Session ID to detach from.
Trait Implementations§
Source§impl Clone for DetachFromTargetParams
impl Clone for DetachFromTargetParams
Source§fn clone(&self) -> DetachFromTargetParams
fn clone(&self) -> DetachFromTargetParams
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 DetachFromTargetParams
impl Debug for DetachFromTargetParams
Auto Trait Implementations§
impl Freeze for DetachFromTargetParams
impl RefUnwindSafe for DetachFromTargetParams
impl Send for DetachFromTargetParams
impl Sync for DetachFromTargetParams
impl Unpin for DetachFromTargetParams
impl UnwindSafe for DetachFromTargetParams
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