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