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