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