pub struct VCALENDAR;Expand description
The VCALENDAR component marker.
Trait Implementations§
Source§impl IcalComponentSpec for VCALENDAR
impl IcalComponentSpec for VCALENDAR
Source§const KIND: IcalComponentKind = IcalComponentKind::VCalendar
const KIND: IcalComponentKind = IcalComponentKind::VCalendar
The component this spec describes.
Source§fn allowed_children() -> &'static [IcalComponentKind]
fn allowed_children() -> &'static [IcalComponentKind]
The child components this one may directly nest.
Source§fn required_props() -> &'static [IcalPropKind]
fn required_props() -> &'static [IcalPropKind]
The properties this component requires.
Auto Trait Implementations§
impl Freeze for VCALENDAR
impl RefUnwindSafe for VCALENDAR
impl Send for VCALENDAR
impl Sync for VCALENDAR
impl Unpin for VCALENDAR
impl UnsafeUnpin for VCALENDAR
impl UnwindSafe for VCALENDAR
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