pub struct ItemDecl { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ItemDecl
impl RefUnwindSafe for ItemDecl
impl !Send for ItemDecl
impl !Sync for ItemDecl
impl Unpin for ItemDecl
impl UnwindSafe for ItemDecl
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