Struct hydrate_pipeline::StringField
source · 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 !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