pub struct FEATURE;Available on crate feature
parser only.Expand description
The FEATURE parameter lens.
Trait Implementations§
Source§impl IcalParamLens for FEATURE
impl IcalParamLens for FEATURE
Source§const KIND: IcalParamKind = IcalParamKind::Feature
const KIND: IcalParamKind = IcalParamKind::Feature
The parameter kind to look up by (its wire name comes through
Deref).Source§type Target<'v> = Vec<Cow<'v, str>>
type Target<'v> = Vec<Cow<'v, str>>
The decoded value type, borrowing the syntax node for reads.
Auto Trait Implementations§
impl Freeze for FEATURE
impl RefUnwindSafe for FEATURE
impl Send for FEATURE
impl Sync for FEATURE
impl Unpin for FEATURE
impl UnsafeUnpin for FEATURE
impl UnwindSafe for FEATURE
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