pub struct ModImport;Implementations§
Source§impl ModImport
impl ModImport
pub fn from_bytes(bytes: &[u8]) -> Result<ImportedSequence, ImportError>
Auto Trait Implementations§
impl Freeze for ModImport
impl RefUnwindSafe for ModImport
impl Send for ModImport
impl Sync for ModImport
impl Unpin for ModImport
impl UnsafeUnpin for ModImport
impl UnwindSafe for ModImport
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