Struct oxygengine_backend_web::closure::WebClosure
source · pub struct WebClosure(_);
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 !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