Struct noodles_vcf::header::parser::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A VCF header parser builder.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_file_format_option(
self,
file_format_option: FileFormatOption,
) -> Self
pub fn set_file_format_option( self, file_format_option: FileFormatOption, ) -> Self
Sets the file format option.
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