pub struct IcalWire<'a> { /* private fields */ }Available on crate feature
parser only.Expand description
The wire shape of one content line: every piece the parser resolved away, with the offset it sat at and the logical length those offsets index.
Empty for a line that was built rather than parsed, and for a line whose wire shape is its logical shape (unfolded, with no blank line before it).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for IcalWire<'a>
impl<'a> RefUnwindSafe for IcalWire<'a>
impl<'a> Send for IcalWire<'a>
impl<'a> Sync for IcalWire<'a>
impl<'a> Unpin for IcalWire<'a>
impl<'a> UnsafeUnpin for IcalWire<'a>
impl<'a> UnwindSafe for IcalWire<'a>
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