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