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