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