pub struct ChromeClientRegistration {
pub client_id: u64,
pub commands: UnboundedReceiver<Value>,
}Expand description
Handle returned to the transport when an extension connects: the transport
drains commands and writes each frame to the socket.
Fields§
§client_id: u64§commands: UnboundedReceiver<Value>Auto Trait Implementations§
impl Freeze for ChromeClientRegistration
impl RefUnwindSafe for ChromeClientRegistration
impl Send for ChromeClientRegistration
impl Sync for ChromeClientRegistration
impl Unpin for ChromeClientRegistration
impl UnsafeUnpin for ChromeClientRegistration
impl UnwindSafe for ChromeClientRegistration
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