pub struct AlignmentScore(/* private fields */);Expand description
A numeric alignment score.
Implementations§
Trait Implementations§
Source§impl Clone for AlignmentScore
impl Clone for AlignmentScore
Source§fn clone(&self) -> AlignmentScore
fn clone(&self) -> AlignmentScore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AlignmentScore
impl Debug for AlignmentScore
Source§impl PartialEq for AlignmentScore
impl PartialEq for AlignmentScore
Source§fn eq(&self, other: &AlignmentScore) -> bool
fn eq(&self, other: &AlignmentScore) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AlignmentScore
impl StructuralPartialEq for AlignmentScore
Auto Trait Implementations§
impl Freeze for AlignmentScore
impl RefUnwindSafe for AlignmentScore
impl Send for AlignmentScore
impl Sync for AlignmentScore
impl Unpin for AlignmentScore
impl UnsafeUnpin for AlignmentScore
impl UnwindSafe for AlignmentScore
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