pub struct DayRank62 {
pub office: DayRank62Office,
pub description: ArcStr,
}Fields§
§office: DayRank62Office§description: ArcStrImplementations§
Source§impl DayRank62
impl DayRank62
pub fn new(office: DayRank62Office, description: &str) -> Self
pub fn has_first_vespers(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DayRank62
impl RefUnwindSafe for DayRank62
impl Send for DayRank62
impl Sync for DayRank62
impl Unpin for DayRank62
impl UnwindSafe for DayRank62
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