pub struct Affixes<'doc, D, A>where
D: DocAllocator<'doc, A>,{ /* private fields */ }
Implementations§
source§impl<'doc, D, A> Affixes<'doc, D, A>where
D: DocAllocator<'doc, A>,
impl<'doc, D, A> Affixes<'doc, D, A>where
D: DocAllocator<'doc, A>,
pub fn new( prefix: DocBuilder<'doc, D, A>, suffix: DocBuilder<'doc, D, A>, ) -> Self
pub fn nest(self) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'doc, D, A> Freeze for Affixes<'doc, D, A>where
<D as DocAllocator<'doc, A>>::Doc: Freeze,
A: Freeze,
<<D as DocAllocator<'doc, A>>::Doc as DocPtr<'doc, A>>::ColumnFn: Freeze,
impl<'doc, D, A> RefUnwindSafe for Affixes<'doc, D, A>where
D: RefUnwindSafe,
<D as DocAllocator<'doc, A>>::Doc: RefUnwindSafe,
A: RefUnwindSafe,
<<D as DocAllocator<'doc, A>>::Doc as DocPtr<'doc, A>>::ColumnFn: RefUnwindSafe,
impl<'doc, D, A> Send for Affixes<'doc, D, A>where
D: Sync,
<D as DocAllocator<'doc, A>>::Doc: Send,
A: Send,
<<D as DocAllocator<'doc, A>>::Doc as DocPtr<'doc, A>>::ColumnFn: Send,
impl<'doc, D, A> Sync for Affixes<'doc, D, A>where
D: Sync,
<D as DocAllocator<'doc, A>>::Doc: Sync,
A: Sync,
<<D as DocAllocator<'doc, A>>::Doc as DocPtr<'doc, A>>::ColumnFn: Sync,
impl<'doc, D, A> Unpin for Affixes<'doc, D, A>where
<D as DocAllocator<'doc, A>>::Doc: Unpin,
A: Unpin,
<<D as DocAllocator<'doc, A>>::Doc as DocPtr<'doc, A>>::ColumnFn: Unpin,
impl<'doc, D, A> UnwindSafe for Affixes<'doc, D, A>where
D: RefUnwindSafe,
<D as DocAllocator<'doc, A>>::Doc: UnwindSafe,
A: UnwindSafe,
<<D as DocAllocator<'doc, A>>::Doc as DocPtr<'doc, A>>::ColumnFn: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)