pub struct Ground {
pub citation_key: String,
pub ground_id: String,
pub role: LinkRole,
pub creator: CreatorType,
pub evidence_type: EvidenceType,
pub evidence_content: Option<String>,
pub signature: Option<String>,
}Fields§
§citation_key: String§ground_id: String§role: LinkRole§creator: CreatorType§evidence_type: EvidenceType§evidence_content: Option<String>§signature: Option<String>Trait Implementations§
impl Eq for Ground
impl StructuralPartialEq for Ground
Auto Trait Implementations§
impl Freeze for Ground
impl RefUnwindSafe for Ground
impl Send for Ground
impl Sync for Ground
impl Unpin for Ground
impl UnsafeUnpin for Ground
impl UnwindSafe for Ground
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