pub struct EnumDecl(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EnumDecl
impl !UnwindSafe for EnumDecl
impl Freeze for EnumDecl
impl Send for EnumDecl
impl Sync for EnumDecl
impl Unpin for EnumDecl
impl UnsafeUnpin for EnumDecl
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