pub struct BrowserSnapshot { /* private fields */ }Trait Implementations§
Source§impl Debug for BrowserSnapshot
impl Debug for BrowserSnapshot
Auto Trait Implementations§
impl Freeze for BrowserSnapshot
impl RefUnwindSafe for BrowserSnapshot
impl Send for BrowserSnapshot
impl Sync for BrowserSnapshot
impl Unpin for BrowserSnapshot
impl UnsafeUnpin for BrowserSnapshot
impl UnwindSafe for BrowserSnapshot
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