pub struct OwnComment {
pub thread: String,
pub comment: String,
pub finding: Option<String>,
pub body: String,
pub at: String,
}Expand description
A comment on the forge that is the reader’s: by author, by marker, or by
the address a publish recorded. What the reviewer’s c edits and dd
deletes; ReviewSession::own_comment is the one place that decides it.
Fields§
§thread: String§comment: String§finding: Option<String>The local record, when one is linked.
body: String§at: Stringfile:lines, for a prompt.
Trait Implementations§
Source§impl Clone for OwnComment
impl Clone for OwnComment
Source§impl Debug for OwnComment
impl Debug for OwnComment
impl Eq for OwnComment
Source§impl PartialEq for OwnComment
impl PartialEq for OwnComment
impl StructuralPartialEq for OwnComment
Auto Trait Implementations§
impl Freeze for OwnComment
impl RefUnwindSafe for OwnComment
impl Send for OwnComment
impl Sync for OwnComment
impl Unpin for OwnComment
impl UnsafeUnpin for OwnComment
impl UnwindSafe for OwnComment
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.