pub struct ParaShapeMarker;Expand description
Phantom marker for paragraph shape indices.
Auto Trait Implementations§
impl Freeze for ParaShapeMarker
impl RefUnwindSafe for ParaShapeMarker
impl Send for ParaShapeMarker
impl Sync for ParaShapeMarker
impl Unpin for ParaShapeMarker
impl UnwindSafe for ParaShapeMarker
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