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