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