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