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