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