pub struct AttributedRevision {
pub kind: RevisionFactKind,
pub author: String,
pub date: Option<String>,
pub revision_id: Option<String>,
pub content: ReviewDetail<RevisionContent>,
}Fields§
§kind: RevisionFactKind§date: Option<String>§revision_id: Option<String>§content: ReviewDetail<RevisionContent>Trait Implementations§
Source§impl Clone for AttributedRevision
impl Clone for AttributedRevision
Source§fn clone(&self) -> AttributedRevision
fn clone(&self) -> AttributedRevision
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 AttributedRevision
impl Debug for AttributedRevision
impl Eq for AttributedRevision
Source§impl PartialEq for AttributedRevision
impl PartialEq for AttributedRevision
impl StructuralPartialEq for AttributedRevision
Auto Trait Implementations§
impl Freeze for AttributedRevision
impl RefUnwindSafe for AttributedRevision
impl Send for AttributedRevision
impl Sync for AttributedRevision
impl Unpin for AttributedRevision
impl UnsafeUnpin for AttributedRevision
impl UnwindSafe for AttributedRevision
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