pub struct VEVENT;Expand description
The VEVENT component marker.
Trait Implementations§
Source§impl IcalComponentSpec for VEVENT
impl IcalComponentSpec for VEVENT
Source§const KIND: IcalComponentKind = IcalComponentKind::VEvent
const KIND: IcalComponentKind = IcalComponentKind::VEvent
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 VEVENT
impl RefUnwindSafe for VEVENT
impl Send for VEVENT
impl Sync for VEVENT
impl Unpin for VEVENT
impl UnsafeUnpin for VEVENT
impl UnwindSafe for VEVENT
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