pub struct EntryPreviewBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> EntryPreviewBuilder<'a>
impl<'a> EntryPreviewBuilder<'a>
Sourcepub fn key(self, key: ObjectPreview<'a>) -> Self
pub fn key(self, key: ObjectPreview<'a>) -> Self
Preview of the key. Specified for map-like collection entries.
pub fn build(self) -> EntryPreview<'a>
Auto Trait Implementations§
impl<'a> Freeze for EntryPreviewBuilder<'a>
impl<'a> RefUnwindSafe for EntryPreviewBuilder<'a>
impl<'a> Send for EntryPreviewBuilder<'a>
impl<'a> Sync for EntryPreviewBuilder<'a>
impl<'a> Unpin for EntryPreviewBuilder<'a>
impl<'a> UnsafeUnpin for EntryPreviewBuilder<'a>
impl<'a> UnwindSafe for EntryPreviewBuilder<'a>
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