pub enum UriType {
Fasta(String),
Pdb(String),
PdbGz(String),
Cif(String),
CifGz(String),
XmlGz(String),
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for UriType
impl RefUnwindSafe for UriType
impl Send for UriType
impl Sync for UriType
impl Unpin for UriType
impl UnwindSafe for UriType
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