pub struct FreeText {
pub position: Position<Valid>,
pub text: String,
}Fields§
§position: Position<Valid>§text: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for FreeText
impl RefUnwindSafe for FreeText
impl Send for FreeText
impl Sync for FreeText
impl Unpin for FreeText
impl UnwindSafe for FreeText
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