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