pub struct ScheduleRow { /* private fields */ }Expand description
One declared schedule: its spelling, and its disciplines in first-mention link order.
Implementations§
Source§impl ScheduleRow
impl ScheduleRow
Sourcepub fn disciplines(&self) -> &[DisciplineRow]
pub fn disciplines(&self) -> &[DisciplineRow]
The disciplines, in first-mention link order.
Trait Implementations§
Source§impl Clone for ScheduleRow
impl Clone for ScheduleRow
Source§fn clone(&self) -> ScheduleRow
fn clone(&self) -> ScheduleRow
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 ScheduleRow
impl Debug for ScheduleRow
impl Eq for ScheduleRow
Source§impl PartialEq for ScheduleRow
impl PartialEq for ScheduleRow
impl StructuralPartialEq for ScheduleRow
Auto Trait Implementations§
impl Freeze for ScheduleRow
impl RefUnwindSafe for ScheduleRow
impl Send for ScheduleRow
impl Sync for ScheduleRow
impl Unpin for ScheduleRow
impl UnsafeUnpin for ScheduleRow
impl UnwindSafe for ScheduleRow
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