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