pub struct BranchSpan {
pub span: Span,
pub true_marker: BlockMarkerId,
pub false_marker: BlockMarkerId,
}
Fields§
§span: Span
§true_marker: BlockMarkerId
§false_marker: BlockMarkerId
Auto Trait Implementations§
impl Freeze for BranchSpan
impl RefUnwindSafe for BranchSpan
impl Send for BranchSpan
impl Sync for BranchSpan
impl Unpin for BranchSpan
impl UnwindSafe for BranchSpan
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