pub struct Bed3 {
pub chrom: ChrRef<'static>,
pub start: u32,
pub end: u32,
}Fields§
§chrom: ChrRef<'static>§start: u32§end: u32Implementations§
Trait Implementations§
Source§impl Ord for Bed3
impl Ord for Bed3
Source§impl PartialOrd for Bed3
impl PartialOrd for Bed3
Source§impl RegionCore for Bed3
impl RegionCore for Bed3
Source§impl ToSelfContained for Bed3
impl ToSelfContained for Bed3
type SelfContained = Bed3
fn to_self_contained(&self) -> Self::SelfContained
impl Copy for Bed3
impl Eq for Bed3
impl StructuralPartialEq for Bed3
Auto Trait Implementations§
impl Freeze for Bed3
impl RefUnwindSafe for Bed3
impl Send for Bed3
impl Sync for Bed3
impl Unpin for Bed3
impl UnwindSafe for Bed3
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more