pub struct AttachToTargetParams {
pub target_id: String,
pub flatten: Option<bool>,
}Expand description
Parameters for Target.attachToTarget.
Fields§
§target_id: StringTarget ID to attach to.
flatten: Option<bool>Enables “flat” access to the session via specifying sessionId.
Trait Implementations§
Source§impl Clone for AttachToTargetParams
impl Clone for AttachToTargetParams
Source§fn clone(&self) -> AttachToTargetParams
fn clone(&self) -> AttachToTargetParams
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 AttachToTargetParams
impl Debug for AttachToTargetParams
Auto Trait Implementations§
impl Freeze for AttachToTargetParams
impl RefUnwindSafe for AttachToTargetParams
impl Send for AttachToTargetParams
impl Sync for AttachToTargetParams
impl Unpin for AttachToTargetParams
impl UnwindSafe for AttachToTargetParams
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