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