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