pub struct IBrowserService2(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IBrowserService2
impl !Sync for IBrowserService2
impl Freeze for IBrowserService2
impl RefUnwindSafe for IBrowserService2
impl Unpin for IBrowserService2
impl UnsafeUnpin for IBrowserService2
impl UnwindSafe for IBrowserService2
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