pub struct BPS {
pub seq_name: Cn,
}Fields
seq_name: CnImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BPS
impl Send for BPS
impl Sync for BPS
impl Unpin for BPS
impl UnwindSafe for BPS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more