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