pub struct SeqUtilRecord {
pub sequence: String,
pub id: String,
pub description: String,
pub properties: BTreeMap<String, String>,
}Fields§
§sequence: String§id: String§description: String§properties: BTreeMap<String, String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeqUtilRecord
impl RefUnwindSafe for SeqUtilRecord
impl Send for SeqUtilRecord
impl Sync for SeqUtilRecord
impl Unpin for SeqUtilRecord
impl UnsafeUnpin for SeqUtilRecord
impl UnwindSafe for SeqUtilRecord
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