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