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