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