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