pub struct OtherSide { /* private fields */ }Expand description
What the other side holds, to tell one side’s paired regions from
one-sided ones. A leaf is paired when the other side holds its
alignment_id: its rows line up with a leaf there. A fold is paired when
a region on the other side shares its fold_state_id: the fold the
matcher paired it with, or a region linked to that fold. Only the other
side counts, since a link merges fold states within a side as well.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OtherSide
impl RefUnwindSafe for OtherSide
impl Send for OtherSide
impl Sync for OtherSide
impl Unpin for OtherSide
impl UnsafeUnpin for OtherSide
impl UnwindSafe for OtherSide
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