pub struct PipelineCacheStageValidationIndexEntryBuilder { /* private fields */ }Expand description
Builder for PipelineCacheStageValidationIndexEntry.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PipelineCacheStageValidationIndexEntryBuilder
impl RefUnwindSafe for PipelineCacheStageValidationIndexEntryBuilder
impl Send for PipelineCacheStageValidationIndexEntryBuilder
impl Sync for PipelineCacheStageValidationIndexEntryBuilder
impl Unpin for PipelineCacheStageValidationIndexEntryBuilder
impl UnsafeUnpin for PipelineCacheStageValidationIndexEntryBuilder
impl UnwindSafe for PipelineCacheStageValidationIndexEntryBuilder
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