pub struct AttachToBrowserTargetReturns {
pub session_id: SessionID,
}Expand description
Return type for Target.attachToBrowserTarget.
Fields§
§session_id: SessionIDId assigned to the session.
Trait Implementations§
Source§impl Clone for AttachToBrowserTargetReturns
impl Clone for AttachToBrowserTargetReturns
Source§fn clone(&self) -> AttachToBrowserTargetReturns
fn clone(&self) -> AttachToBrowserTargetReturns
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 AttachToBrowserTargetReturns
impl Debug for AttachToBrowserTargetReturns
Source§impl Default for AttachToBrowserTargetReturns
impl Default for AttachToBrowserTargetReturns
Source§fn default() -> AttachToBrowserTargetReturns
fn default() -> AttachToBrowserTargetReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttachToBrowserTargetReturns
impl<'de> Deserialize<'de> for AttachToBrowserTargetReturns
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
Auto Trait Implementations§
impl Freeze for AttachToBrowserTargetReturns
impl RefUnwindSafe for AttachToBrowserTargetReturns
impl Send for AttachToBrowserTargetReturns
impl Sync for AttachToBrowserTargetReturns
impl Unpin for AttachToBrowserTargetReturns
impl UnsafeUnpin for AttachToBrowserTargetReturns
impl UnwindSafe for AttachToBrowserTargetReturns
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