pub struct StatementGroundLink {
pub statement_id: String,
pub ground_id: String,
pub role: LinkRole,
pub provenance: Provenance,
}Fields§
§statement_id: String§ground_id: String§role: LinkRole§provenance: ProvenanceTrait Implementations§
Source§impl Clone for StatementGroundLink
impl Clone for StatementGroundLink
Source§fn clone(&self) -> StatementGroundLink
fn clone(&self) -> StatementGroundLink
Returns a duplicate of the value. Read more
1.0.0 · 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 StatementGroundLink
impl Debug for StatementGroundLink
Source§impl PartialEq for StatementGroundLink
impl PartialEq for StatementGroundLink
impl Eq for StatementGroundLink
impl StructuralPartialEq for StatementGroundLink
Auto Trait Implementations§
impl Freeze for StatementGroundLink
impl RefUnwindSafe for StatementGroundLink
impl Send for StatementGroundLink
impl Sync for StatementGroundLink
impl Unpin for StatementGroundLink
impl UnsafeUnpin for StatementGroundLink
impl UnwindSafe for StatementGroundLink
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