Enum frust5_api::OpenMode
source · [−]pub enum OpenMode {
Append,
Read,
}Expand description
The mode to open a file with.
Variants
Append
Open a fast5 to write to the end of.
Read
Open a fast5 for read only.
Auto Trait Implementations
impl RefUnwindSafe for OpenMode
impl Send for OpenMode
impl Sync for OpenMode
impl Unpin for OpenMode
impl UnwindSafe for OpenMode
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