Struct noodles_fasta::writer::Builder
source · [−]pub struct Builder<W> { /* private fields */ }
Expand description
A FASTA writer builder.
Implementations
Auto Trait Implementations
impl<W> RefUnwindSafe for Builder<W> where
W: RefUnwindSafe,
impl<W> Send for Builder<W> where
W: Send,
impl<W> Sync for Builder<W> where
W: Sync,
impl<W> Unpin for Builder<W> where
W: Unpin,
impl<W> UnwindSafe for Builder<W> where
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more