Struct dsntk_model::OutputEntry
source · pub struct OutputEntry {
pub text: String,
}Expand description
Fields§
§text: StringText 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 copy 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
source§fn eq(&self, other: &OutputEntry) -> bool
fn eq(&self, other: &OutputEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for OutputEntry
impl StructuralPartialEq for OutputEntry
Auto Trait Implementations§
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.