pub struct EntryWalk { /* private fields */ }Expand description
Successive windows of bed entries over whole chromosomes.
Implementations§
Source§impl EntryWalk
impl EntryWalk
Sourcepub fn restarted(&self) -> Self
pub fn restarted(&self) -> Self
The same walk, back at its first window. See
ValuesWalk::restarted.
pub fn plan(reader: &BbiReader, req: &EntriesRequest, span: i64) -> Result<Self>
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn locs(&self) -> &[WindowLoc] ⓘ
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EntryWalk
impl !UnwindSafe for EntryWalk
impl Freeze for EntryWalk
impl Send for EntryWalk
impl Sync for EntryWalk
impl Unpin for EntryWalk
impl UnsafeUnpin for EntryWalk
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> 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