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