pub struct DisciplineRow { /* private fields */ }Expand description
One link’s gathered phrases, in authored order.
The row carries the resolved link rather than its spelling, so the rendering never looks a spelling up again.
Implementations§
Trait Implementations§
Source§impl Clone for DisciplineRow
impl Clone for DisciplineRow
Source§fn clone(&self) -> DisciplineRow
fn clone(&self) -> DisciplineRow
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 DisciplineRow
impl Debug for DisciplineRow
impl Eq for DisciplineRow
Source§impl PartialEq for DisciplineRow
impl PartialEq for DisciplineRow
impl StructuralPartialEq for DisciplineRow
Auto Trait Implementations§
impl Freeze for DisciplineRow
impl RefUnwindSafe for DisciplineRow
impl Send for DisciplineRow
impl Sync for DisciplineRow
impl Unpin for DisciplineRow
impl UnsafeUnpin for DisciplineRow
impl UnwindSafe for DisciplineRow
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