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