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