pub struct DocumentReviewFacts {
pub revisions: ReviewFactSet<AttributedRevision>,
pub comments: ReviewFactSet<AttributedComment>,
}Fields§
§revisions: ReviewFactSet<AttributedRevision>§comments: ReviewFactSet<AttributedComment>Trait Implementations§
Source§impl Clone for DocumentReviewFacts
impl Clone for DocumentReviewFacts
Source§fn clone(&self) -> DocumentReviewFacts
fn clone(&self) -> DocumentReviewFacts
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 DocumentReviewFacts
impl Debug for DocumentReviewFacts
impl Eq for DocumentReviewFacts
Source§impl PartialEq for DocumentReviewFacts
impl PartialEq for DocumentReviewFacts
impl StructuralPartialEq for DocumentReviewFacts
Auto Trait Implementations§
impl Freeze for DocumentReviewFacts
impl RefUnwindSafe for DocumentReviewFacts
impl Send for DocumentReviewFacts
impl Sync for DocumentReviewFacts
impl Unpin for DocumentReviewFacts
impl UnsafeUnpin for DocumentReviewFacts
impl UnwindSafe for DocumentReviewFacts
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