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