pub struct UntypedProperty { /* private fields */ }
Expand description
Reactive untyped property. Shallow clones can be cheaply made. Manages refcounting and deletion of underlying data when all instances with a specific PropertyId has been dropped.
Implementations§
Trait Implementations§
Source§impl Clone for UntypedProperty
impl Clone for UntypedProperty
Source§impl Debug for UntypedProperty
impl Debug for UntypedProperty
Auto Trait Implementations§
impl Freeze for UntypedProperty
impl RefUnwindSafe for UntypedProperty
impl Send for UntypedProperty
impl Sync for UntypedProperty
impl Unpin for UntypedProperty
impl UnwindSafe for UntypedProperty
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.