pub struct MEMBER;Available on crate feature
parser only.Expand description
The MEMBER parameter lens.
Trait Implementations§
Source§impl IcalParamLens for MEMBER
impl IcalParamLens for MEMBER
Source§const KIND: IcalParamKind = IcalParamKind::Member
const KIND: IcalParamKind = IcalParamKind::Member
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 MEMBER
impl RefUnwindSafe for MEMBER
impl Send for MEMBER
impl Sync for MEMBER
impl Unpin for MEMBER
impl UnsafeUnpin for MEMBER
impl UnwindSafe for MEMBER
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