pub struct OrgScan { /* private fields */ }Expand description
Walk that hides both greater/dynamic blocks and Org Babel result regions (manual 16).
vissue never evaluates a source block. It only has to recognise the
syntax Babel writes, so a #+RESULTS: payload is not an issue and
does not define an :ID:.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrgScan
impl RefUnwindSafe for OrgScan
impl Send for OrgScan
impl Sync for OrgScan
impl Unpin for OrgScan
impl UnsafeUnpin for OrgScan
impl UnwindSafe for OrgScan
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