pub struct OutputEntry {
pub text: String,
}
Fields§
§text: String
Text representation of literal expression that composes this 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 From<OutputEntry> for OutputEntry
impl From<OutputEntry> for OutputEntry
Source§fn from(value: RecognizedOutputEntry) -> Self
fn from(value: RecognizedOutputEntry) -> Self
Converts to this type from the input type.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.