pub struct InlayId(/* private fields */);Expand description
The id of a ghost text
Trait Implementations§
Source§impl Ord for InlayId
impl Ord for InlayId
Source§impl PartialOrd for InlayId
impl PartialOrd for InlayId
impl Copy for InlayId
impl Eq for InlayId
impl StructuralPartialEq for InlayId
Auto Trait Implementations§
impl Freeze for InlayId
impl RefUnwindSafe for InlayId
impl Send for InlayId
impl Sync for InlayId
impl Unpin for InlayId
impl UnsafeUnpin for InlayId
impl UnwindSafe for InlayId
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