pub struct DocumentSeed { /* private fields */ }Expand description
A thread-safe handle from which a Document is rebuilt; see Document::from_seed.
Implementations§
Source§impl DocumentSeed
impl DocumentSeed
Sourcepub fn threads(&self) -> usize
pub fn threads(&self) -> usize
The worker limit for Document::map_slides; 0 means every core.
Trait Implementations§
Source§impl Clone for DocumentSeed
impl Clone for DocumentSeed
Source§fn clone(&self) -> DocumentSeed
fn clone(&self) -> DocumentSeed
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for DocumentSeed
impl !UnwindSafe for DocumentSeed
impl Freeze for DocumentSeed
impl Send for DocumentSeed
impl Sync for DocumentSeed
impl Unpin for DocumentSeed
impl UnsafeUnpin for DocumentSeed
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