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