pub struct LiveProp(pub LiveId, pub LivePropType);
Tuple Fields§
§0: LiveId
§1: LivePropType
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LiveProp
impl RefUnwindSafe for LiveProp
impl Send for LiveProp
impl Sync for LiveProp
impl Unpin for LiveProp
impl UnwindSafe for LiveProp
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