Struct ical::parser::ical::component::IcalEvent [−][src]
Fields
properties: Vec<Property>alarms: Vec<IcalAlarm>Implementations
Trait Implementations
Add the givent property.
fn add_sub_component<B: BufRead>(
&mut self,
value: &str,
line_parser: &RefCell<PropertyParser<B>>
) -> Result<(), ParserError>
fn add_sub_component<B: BufRead>(
&mut self,
value: &str,
line_parser: &RefCell<PropertyParser<B>>
) -> Result<(), ParserError>
Add the givent sub component.
fn parse<B: BufRead>(
&mut self,
line_parser: &RefCell<PropertyParser<B>>
) -> Result<(), ParserError>
fn parse<B: BufRead>(
&mut self,
line_parser: &RefCell<PropertyParser<B>>
) -> Result<(), ParserError>
Parse the content from line_parser and fill the component with.
Auto Trait Implementations
impl RefUnwindSafe for IcalEvent
impl UnwindSafe for IcalEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
