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