pub struct FiledReview {
pub id: String,
pub opened_as: Option<ReviewIdentity>,
}Expand description
One review as the catalogue sees it.
Fields§
§id: String§opened_as: Option<ReviewIdentity>None for a review filed before identities were written, and for one
of uncommitted work. Both can be recognised, neither adopted.
Trait Implementations§
Source§impl Clone for FiledReview
impl Clone for FiledReview
Source§fn clone(&self) -> FiledReview
fn clone(&self) -> FiledReview
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 FiledReview
impl Debug for FiledReview
impl Eq for FiledReview
Source§impl PartialEq for FiledReview
impl PartialEq for FiledReview
impl StructuralPartialEq for FiledReview
Auto Trait Implementations§
impl Freeze for FiledReview
impl RefUnwindSafe for FiledReview
impl Send for FiledReview
impl Sync for FiledReview
impl Unpin for FiledReview
impl UnsafeUnpin for FiledReview
impl UnwindSafe for FiledReview
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.