pub struct RenderedEntry {
pub message: String,
pub attached: Vec<String>,
}Expand description
An entry’s text after a rewrite, one string per render unit.
Fields§
§message: String§attached: Vec<String>Trait Implementations§
Source§impl Clone for RenderedEntry
impl Clone for RenderedEntry
Source§fn clone(&self) -> RenderedEntry
fn clone(&self) -> RenderedEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RenderedEntry
impl Debug for RenderedEntry
impl Eq for RenderedEntry
Source§impl PartialEq for RenderedEntry
impl PartialEq for RenderedEntry
impl StructuralPartialEq for RenderedEntry
Auto Trait Implementations§
impl Freeze for RenderedEntry
impl RefUnwindSafe for RenderedEntry
impl Send for RenderedEntry
impl Sync for RenderedEntry
impl Unpin for RenderedEntry
impl UnsafeUnpin for RenderedEntry
impl UnwindSafe for RenderedEntry
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.