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