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