pub struct AnyJsStaticProps {
pub props: AnyJsProps,
pub persisted: AnyJsStaticPropsPersistedValue,
}
Fields§
§props: AnyJsProps
§persisted: AnyJsStaticPropsPersistedValue
Implementations§
Source§impl AnyJsStaticProps
impl AnyJsStaticProps
pub fn set_static_prop_and_persist( &mut self, name: &'static str, value: PassedToJsRuntime, ) -> &mut Self
Trait Implementations§
Source§impl AnyJsPropsBuilder for AnyJsStaticProps
impl AnyJsPropsBuilder for AnyJsStaticProps
Source§impl Clone for AnyJsStaticProps
impl Clone for AnyJsStaticProps
Source§fn clone(&self) -> AnyJsStaticProps
fn clone(&self) -> AnyJsStaticProps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AnyJsStaticProps
impl Debug for AnyJsStaticProps
Source§impl Default for AnyJsStaticProps
impl Default for AnyJsStaticProps
Source§fn default() -> AnyJsStaticProps
fn default() -> AnyJsStaticProps
Returns the “default value” for a type. Read more
Source§impl Props for AnyJsStaticProps
impl Props for AnyJsStaticProps
type InitialBuilder = AnyJsStaticProps
fn init_builder() -> Self::InitialBuilder
Auto Trait Implementations§
impl Freeze for AnyJsStaticProps
impl !RefUnwindSafe for AnyJsStaticProps
impl !Send for AnyJsStaticProps
impl !Sync for AnyJsStaticProps
impl Unpin for AnyJsStaticProps
impl !UnwindSafe for AnyJsStaticProps
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