pub struct ConstTag {
pub span: Span,
pub ty: Option<Text>,
pub name: Option<Text>,
}Fields§
§span: Span§ty: Option<Text>§name: Option<Text>Trait Implementations§
source§impl PartialEq<ConstTag> for ConstTag
impl PartialEq<ConstTag> for ConstTag
impl StructuralPartialEq for ConstTag
Auto Trait Implementations§
impl RefUnwindSafe for ConstTag
impl Send for ConstTag
impl Sync for ConstTag
impl Unpin for ConstTag
impl UnwindSafe for ConstTag
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