pub struct VALARM;Available on crate feature
parser only.Expand description
The VALARM component lens.
Trait Implementations§
impl IcalComponentLens for VALARM
Source§impl IcalComponentSpec for VALARM
impl IcalComponentSpec for VALARM
Source§const KIND: IcalComponentKind = IcalComponentKind::VAlarm
const KIND: IcalComponentKind = IcalComponentKind::VAlarm
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 VALARM
impl RefUnwindSafe for VALARM
impl Send for VALARM
impl Sync for VALARM
impl Unpin for VALARM
impl UnsafeUnpin for VALARM
impl UnwindSafe for VALARM
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