pub struct ICalendar;
Implementations§
Auto Trait Implementations§
impl Freeze for ICalendar
impl RefUnwindSafe for ICalendar
impl Send for ICalendar
impl Sync for ICalendar
impl Unpin for ICalendar
impl UnwindSafe for ICalendar
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