Struct checked
pub struct checked;
Trait Implementations§
§impl BindDescriptor for checked
impl BindDescriptor for checked
§const TARGET_PROPERTY: &'static str = "checked"
const TARGET_PROPERTY: &'static str = "checked"
The name of the property to which we are binding.
§const CONVERT_FROM_JS: for<'a> fn(_: &'a JsValue) -> Option<<checked as BindDescriptor>::ValueTy> = {sycamore_web::wasm_bindgen::JsValue::as_bool as for<'a> fn(&'a sycamore_web::wasm_bindgen::JsValue) -> std::option::Option<<sycamore_web::bind::checked as sycamore_web::bind::BindDescriptor>::ValueTy>}
const CONVERT_FROM_JS: for<'a> fn(_: &'a JsValue) -> Option<<checked as BindDescriptor>::ValueTy> = {sycamore_web::wasm_bindgen::JsValue::as_bool as for<'a> fn(&'a sycamore_web::wasm_bindgen::JsValue) -> std::option::Option<<sycamore_web::bind::checked as sycamore_web::bind::BindDescriptor>::ValueTy>}
Function for converting from JS to Rust type.
Auto Trait Implementations§
impl Freeze for checked
impl RefUnwindSafe for checked
impl Send for checked
impl Sync for checked
impl Unpin for checked
impl UnwindSafe for checked
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