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