pub struct TextField {
pub headers: Rc<FieldHeaders>,
pub text: String,
}
Expand description
The result of reading a Field
to text.
Fields§
§headers: Rc<FieldHeaders>
The headers for the original field, provided as a convenience.
text: String
The text of the field.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextField
impl RefUnwindSafe for TextField
impl !Send for TextField
impl !Sync for TextField
impl Unpin for TextField
impl UnwindSafe for TextField
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