pub struct OutputEntry {
pub text: String,
}
Expand description
Represents an output entry.
Fields§
§text: String
Text representation of literal expression that composes recognized output entry.
Trait Implementations§
Source§impl Clone for OutputEntry
impl Clone for OutputEntry
Source§fn clone(&self) -> OutputEntry
fn clone(&self) -> OutputEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OutputEntry
impl Debug for OutputEntry
Source§impl PartialEq for OutputEntry
impl PartialEq for OutputEntry
impl Eq for OutputEntry
impl StructuralPartialEq for OutputEntry
Auto Trait Implementations§
impl Freeze for OutputEntry
impl RefUnwindSafe for OutputEntry
impl Send for OutputEntry
impl Sync for OutputEntry
impl Unpin for OutputEntry
impl UnwindSafe for OutputEntry
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