Struct cal_calc::SimpleCalendar
source · [−]pub struct SimpleCalendar { /* private fields */ }Implementations
sourceimpl SimpleCalendar
impl SimpleCalendar
pub fn new(cal: &Calendar) -> SimpleCalendar
Trait Implementations
sourceimpl CalendarProvider for SimpleCalendar
impl CalendarProvider for SimpleCalendar
fn get_calendar(
&self,
_calendar_name: &str
) -> Result<&Calendar, CalendarNotFound>
sourceimpl Default for SimpleCalendar
impl Default for SimpleCalendar
sourcefn default() -> SimpleCalendar
fn default() -> SimpleCalendar
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SimpleCalendar
impl Send for SimpleCalendar
impl Sync for SimpleCalendar
impl Unpin for SimpleCalendar
impl UnwindSafe for SimpleCalendar
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more