pub struct WebClosure(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Debug for WebClosure
impl Debug for WebClosure
Source§impl Default for WebClosure
impl Default for WebClosure
Source§fn default() -> WebClosure
fn default() -> WebClosure
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebClosure
impl !RefUnwindSafe for WebClosure
impl !Send for WebClosure
impl !Sync for WebClosure
impl Unpin for WebClosure
impl !UnwindSafe for WebClosure
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