pub struct ConstData {
pub span: Option<Span>,
pub type_info: TypeInfo,
pub kind: ConstKind,
}
Fields§
§span: Option<Span>
§type_info: TypeInfo
§kind: ConstKind
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConstData
impl RefUnwindSafe for ConstData
impl Send for ConstData
impl Sync for ConstData
impl Unpin for ConstData
impl UnwindSafe for ConstData
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