pub(crate) struct LowerInfoSpec {
pub(crate) ty: Path,
pub(crate) ctx: Path,
pub(crate) fields: Vec<LowerInfoField>,
}Fields§
§ty: Path§ctx: Path§fields: Vec<LowerInfoField>Auto Trait Implementations§
impl Freeze for LowerInfoSpec
impl RefUnwindSafe for LowerInfoSpec
impl !Send for LowerInfoSpec
impl !Sync for LowerInfoSpec
impl Unpin for LowerInfoSpec
impl UnsafeUnpin for LowerInfoSpec
impl UnwindSafe for LowerInfoSpec
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