Struct noodles_htsget::reads::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A reads endpoint builder.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_format(self, format: Format) -> Self
pub fn set_format(self, format: Format) -> Self
Sets the data format.
sourcepub fn set_class(self, class: Class) -> Self
pub fn set_class(self, class: Class) -> Self
Sets the data stream filter.
Setting this discards all other options upon send.
sourcepub fn add_region(self, region: Region) -> Self
pub fn add_region(self, region: Region) -> Self
Adds a region to query.
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