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