pub struct OptElem {
pub tag: String,
pub typee: String,
pub value: String,
}
Expand description
Optional fields for GFA 1
Fields§
§tag: String
§typee: String
§value: String
Trait Implementations§
impl StructuralPartialEq for OptElem
Auto Trait Implementations§
impl Freeze for OptElem
impl RefUnwindSafe for OptElem
impl Send for OptElem
impl Sync for OptElem
impl Unpin for OptElem
impl UnwindSafe for OptElem
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