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