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