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