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