pub struct DeclField {
pub decl: DeclType,
pub field: String,
}
Fields§
§decl: DeclType
§field: String
Trait Implementations§
impl StructuralPartialEq for DeclField
Auto Trait Implementations§
impl Freeze for DeclField
impl RefUnwindSafe for DeclField
impl Send for DeclField
impl Sync for DeclField
impl Unpin for DeclField
impl UnwindSafe for DeclField
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)