pub struct Id {
pub kind: IdKind,
pub module_id: SmolStr,
pub local_id: SmolStr,
pub global_id: SmolStr,
}Fields§
§kind: IdKind§module_id: SmolStr§local_id: SmolStr§global_id: SmolStrImplementations§
Trait Implementations§
impl StructuralPartialEq for Id
Auto Trait Implementations§
impl Freeze for Id
impl RefUnwindSafe for Id
impl Send for Id
impl Sync for Id
impl Unpin for Id
impl UnwindSafe for Id
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