pub struct DocumentPackageProjection {
pub document: DocumentProjection,
pub review_facts: DocumentReviewFacts,
}Fields§
§document: DocumentProjection§review_facts: DocumentReviewFactsTrait Implementations§
Source§impl Clone for DocumentPackageProjection
impl Clone for DocumentPackageProjection
Source§fn clone(&self) -> DocumentPackageProjection
fn clone(&self) -> DocumentPackageProjection
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 DocumentPackageProjection
impl Debug for DocumentPackageProjection
impl Eq for DocumentPackageProjection
impl StructuralPartialEq for DocumentPackageProjection
Auto Trait Implementations§
impl Freeze for DocumentPackageProjection
impl RefUnwindSafe for DocumentPackageProjection
impl Send for DocumentPackageProjection
impl Sync for DocumentPackageProjection
impl Unpin for DocumentPackageProjection
impl UnsafeUnpin for DocumentPackageProjection
impl UnwindSafe for DocumentPackageProjection
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