pub(crate) struct FieldSpec<'a> {
pub(crate) ident: &'a Ident,
pub(crate) ty: &'a Type,
pub(crate) expected_bits: Option<LitInt>,
}Fields§
§ident: &'a Ident§ty: &'a Type§expected_bits: Option<LitInt>Auto Trait Implementations§
impl<'a> Freeze for FieldSpec<'a>
impl<'a> RefUnwindSafe for FieldSpec<'a>
impl<'a> !Send for FieldSpec<'a>
impl<'a> !Sync for FieldSpec<'a>
impl<'a> Unpin for FieldSpec<'a>
impl<'a> UnwindSafe for FieldSpec<'a>
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