pub struct GFAPath {
pub inner: Vec<GFAPathElement>,
}Expand description
A series of GFA path elements.
Fields
inner: Vec<GFAPathElement>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GFAPath
impl Send for GFAPath
impl Sync for GFAPath
impl Unpin for GFAPath
impl UnwindSafe for GFAPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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