pub struct ProjectLink { /* private fields */ }Expand description
A declared directed relationship between two documents.
Implementations§
Trait Implementations§
Source§impl Clone for ProjectLink
impl Clone for ProjectLink
Source§fn clone(&self) -> ProjectLink
fn clone(&self) -> ProjectLink
Returns a copy 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 ProjectLink
impl Debug for ProjectLink
Source§impl PartialEq for ProjectLink
impl PartialEq for ProjectLink
impl Eq for ProjectLink
impl StructuralPartialEq for ProjectLink
Auto Trait Implementations§
impl Freeze for ProjectLink
impl RefUnwindSafe for ProjectLink
impl Send for ProjectLink
impl Sync for ProjectLink
impl Unpin for ProjectLink
impl UnwindSafe for ProjectLink
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