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