pub struct PropertyCellParser;
Expand description
A property reader, for cells.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropertyCellParser
impl RefUnwindSafe for PropertyCellParser
impl Send for PropertyCellParser
impl Sync for PropertyCellParser
impl Unpin for PropertyCellParser
impl UnwindSafe for PropertyCellParser
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