pub struct SetDefBuilder { /* private fields */ }Expand description
Builder for SetDef
Implementations§
Source§impl SetDefBuilder
impl SetDefBuilder
Sourcepub const fn new() -> SetDefBuilder
pub const fn new() -> SetDefBuilder
Creates a new SetDefBuilder
Sourcepub const fn vtable(self, vtable: &'static SetVTable) -> SetDefBuilder
pub const fn vtable(self, vtable: &'static SetVTable) -> SetDefBuilder
Sets the vtable for the SetDef
Sourcepub const fn t(self, t: &'static Shape) -> SetDefBuilder
pub const fn t(self, t: &'static Shape) -> SetDefBuilder
Sets the value shape for the SetDef
Auto Trait Implementations§
impl Freeze for SetDefBuilder
impl RefUnwindSafe for SetDefBuilder
impl Send for SetDefBuilder
impl Sync for SetDefBuilder
impl Unpin for SetDefBuilder
impl UnwindSafe for SetDefBuilder
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