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