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