pub struct LinkRow { /* private fields */ }Expand description
One declared link: its spelling, and the two node spellings it joins.
Implementations§
Trait Implementations§
impl Eq for LinkRow
impl StructuralPartialEq for LinkRow
Auto Trait Implementations§
impl Freeze for LinkRow
impl RefUnwindSafe for LinkRow
impl Send for LinkRow
impl Sync for LinkRow
impl Unpin for LinkRow
impl UnsafeUnpin for LinkRow
impl UnwindSafe for LinkRow
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