pub struct ListDefBuilder { /* private fields */ }
Expand description
Builder for ListDef
Implementations§
Source§impl ListDefBuilder
impl ListDefBuilder
Sourcepub const fn vtable(self, vtable: &'static ListVTable) -> Self
pub const fn vtable(self, vtable: &'static ListVTable) -> Self
Sets the vtable for the ListDef
Auto Trait Implementations§
impl Freeze for ListDefBuilder
impl RefUnwindSafe for ListDefBuilder
impl Send for ListDefBuilder
impl Sync for ListDefBuilder
impl Unpin for ListDefBuilder
impl UnwindSafe for ListDefBuilder
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