pub struct AstTypeId(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for AstTypeId
impl Eq for AstTypeId
impl StructuralPartialEq for AstTypeId
Auto Trait Implementations§
impl Freeze for AstTypeId
impl RefUnwindSafe for AstTypeId
impl Send for AstTypeId
impl Sync for AstTypeId
impl Unpin for AstTypeId
impl UnsafeUnpin for AstTypeId
impl UnwindSafe for AstTypeId
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