pub struct SimpleCalendar { /* private fields */ }
Implementations§
Source§impl SimpleCalendar
impl SimpleCalendar
pub fn new(cal: &Calendar) -> SimpleCalendar
Trait Implementations§
Source§impl CalendarProvider for SimpleCalendar
impl CalendarProvider for SimpleCalendar
fn get_calendar(&self, _calendar_name: &str) -> Result<&Calendar, CalendarError>
Source§impl Default for SimpleCalendar
impl Default for SimpleCalendar
Source§fn default() -> SimpleCalendar
fn default() -> SimpleCalendar
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimpleCalendar
impl RefUnwindSafe for SimpleCalendar
impl Send for SimpleCalendar
impl Sync for SimpleCalendar
impl Unpin for SimpleCalendar
impl UnwindSafe for SimpleCalendar
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