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