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