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