pub struct Builder { /* private fields */ }Expand description
A site reader builder.
Implementations§
Source§impl Builder
impl Builder
Sourcepub fn set_project(self, project: Option<Project>) -> Self
pub fn set_project(self, project: Option<Project>) -> Self
Sets the projection used for reading.
By default, no projection will be used.
Sourcepub fn set_samples(self, samples: Option<Samples>) -> Self
pub fn set_samples(self, samples: Option<Samples>) -> Self
Sets the sample mapping used for reading.
By default, all samples will be mapped to the same, unnamed population.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Builder
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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