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