Struct readystatechange
pub struct readystatechange;
Trait Implementations§
§impl EventDescriptor for readystatechange
impl EventDescriptor for readystatechange
Auto Trait Implementations§
impl Freeze for readystatechange
impl RefUnwindSafe for readystatechange
impl Send for readystatechange
impl Sync for readystatechange
impl Unpin for readystatechange
impl UnwindSafe for readystatechange
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