pub struct AssetRefField(pub PropertyPath, _);
Tuple Fields§
§0: PropertyPath
Implementations§
Source§impl AssetRefField
impl AssetRefField
Trait Implementations§
Source§impl Field for AssetRefField
impl Field for AssetRefField
fn new( property_path: PropertyPath, data_container: &Rc<RefCell<Option<DataContainer>>>, ) -> AssetRefField
Auto Trait Implementations§
impl Freeze for AssetRefField
impl !RefUnwindSafe for AssetRefField
impl !Send for AssetRefField
impl !Sync for AssetRefField
impl Unpin for AssetRefField
impl !UnwindSafe for AssetRefField
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