pub struct BPS {
pub seq_name: Cn,
}
Fields§
§seq_name: Cn
Implementations§
Trait Implementations§
impl Eq for BPS
impl StructuralPartialEq for BPS
Auto Trait Implementations§
impl Freeze for BPS
impl RefUnwindSafe for BPS
impl Send for BPS
impl Sync for BPS
impl Unpin for BPS
impl UnwindSafe for BPS
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