pub struct PropsPointer { /* private fields */ }Trait Implementations§
Source§impl Clone for PropsPointer
impl Clone for PropsPointer
Source§fn clone(&self) -> PropsPointer
fn clone(&self) -> PropsPointer
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 PropsPointer
impl Debug for PropsPointer
Source§impl From<Rc<dyn ExtendingProps>> for PropsPointer
impl From<Rc<dyn ExtendingProps>> for PropsPointer
Source§fn from(value: Rc<dyn ExtendingProps>) -> Self
fn from(value: Rc<dyn ExtendingProps>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PropsPointer
impl !RefUnwindSafe for PropsPointer
impl !Send for PropsPointer
impl !Sync for PropsPointer
impl Unpin for PropsPointer
impl !UnwindSafe for PropsPointer
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