pub struct DisplayStrings {
pub profile_string: String,
pub target_string: String,
pub middle_string: String,
pub posterior_string: String,
}Fields§
§profile_string: StringThe display for the profile portion of the alignment
target_string: StringThe display for the target portion of the alignment
middle_string: StringThe display in between the profile and target
posterior_string: StringThe display for position-specific posterior probability bins
Auto Trait Implementations§
impl Freeze for DisplayStrings
impl RefUnwindSafe for DisplayStrings
impl Send for DisplayStrings
impl Sync for DisplayStrings
impl Unpin for DisplayStrings
impl UnwindSafe for DisplayStrings
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