pub struct LABEL;Available on crate feature
parser only.Expand description
The LABEL parameter lens.
Trait Implementations§
Source§impl IcalParamLens for LABEL
impl IcalParamLens for LABEL
Source§const KIND: IcalParamKind = IcalParamKind::Label
const KIND: IcalParamKind = IcalParamKind::Label
The parameter kind to look up by (its wire name comes through
Deref).Auto Trait Implementations§
impl Freeze for LABEL
impl RefUnwindSafe for LABEL
impl Send for LABEL
impl Sync for LABEL
impl Unpin for LABEL
impl UnsafeUnpin for LABEL
impl UnwindSafe for LABEL
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