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