pub struct CrossDomainChannel { /* private fields */ }
Expand description
Cross-domain communication channel.
Implementations§
Auto Trait Implementations§
impl Freeze for CrossDomainChannel
impl RefUnwindSafe for CrossDomainChannel
impl Send for CrossDomainChannel
impl Sync for CrossDomainChannel
impl Unpin for CrossDomainChannel
impl UnwindSafe for CrossDomainChannel
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