Struct cal_calc::CalendarNotFound
source · [−]pub struct CalendarNotFound {}Auto Trait Implementations
impl RefUnwindSafe for CalendarNotFound
impl Send for CalendarNotFound
impl Sync for CalendarNotFound
impl Unpin for CalendarNotFound
impl UnwindSafe for CalendarNotFound
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