pub struct ConstSpec {
pub rust_ident: Ident,
pub attributes: ConstAttributes,
}
Fields§
§rust_ident: Ident
§attributes: ConstAttributes
Implementations§
Auto Trait Implementations§
impl Freeze for ConstSpec
impl RefUnwindSafe for ConstSpec
impl !Send for ConstSpec
impl !Sync for ConstSpec
impl Unpin for ConstSpec
impl UnwindSafe for ConstSpec
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