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