Struct noodles_refget::sequence::Sequence
source · pub struct Sequence { /* private fields */ }
Expand description
A response from the sequence endpoint.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Sequence
impl !RefUnwindSafe for Sequence
impl Send for Sequence
impl Sync for Sequence
impl Unpin for Sequence
impl !UnwindSafe for Sequence
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