pub struct StructDefBuilder { /* private fields */ }
Expand description
Builder for StructDef
Implementations§
Source§impl StructDefBuilder
impl StructDefBuilder
Sourcepub const fn kind(self, kind: StructKind) -> Self
pub const fn kind(self, kind: StructKind) -> Self
Sets the kind for the StructDef
Auto Trait Implementations§
impl Freeze for StructDefBuilder
impl RefUnwindSafe for StructDefBuilder
impl Send for StructDefBuilder
impl Sync for StructDefBuilder
impl Unpin for StructDefBuilder
impl UnwindSafe for StructDefBuilder
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