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