pub struct ArrayConstructor { /* private fields */ }Implementations§
Source§impl ArrayConstructor
impl ArrayConstructor
Sourcepub fn builder() -> ArrayConstructorBuilder
pub fn builder() -> ArrayConstructorBuilder
Create an instance of ArrayConstructor using the builder syntax
Auto Trait Implementations§
impl Freeze for ArrayConstructor
impl RefUnwindSafe for ArrayConstructor
impl Send for ArrayConstructor
impl Sync for ArrayConstructor
impl Unpin for ArrayConstructor
impl UnwindSafe for ArrayConstructor
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