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