pub struct IdCode(/* private fields */);Expand description
An ID used within the file to refer to a particular variable.
Implementations§
Trait Implementations§
Source§impl Ord for IdCode
impl Ord for IdCode
Source§impl PartialOrd for IdCode
impl PartialOrd for IdCode
impl Copy for IdCode
impl Eq for IdCode
impl StructuralPartialEq for IdCode
Auto Trait Implementations§
impl Freeze for IdCode
impl RefUnwindSafe for IdCode
impl Send for IdCode
impl Sync for IdCode
impl Unpin for IdCode
impl UnwindSafe for IdCode
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