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