pub struct BPS {
pub seq_name: Cn,
}
Fields
seq_name: Cn
Implementations
Trait Implementations
impl Eq for BPS
impl StructuralEq for BPS
impl StructuralPartialEq for BPS
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