Enum pancake_engine_ssi::opers::fc::fc_segm::SegmDefnResult
source · enum SegmDefnResult {
NoOp,
NotStraddlingNonHeld(SegmParams),
StraddlingNonHeld(SegmParams),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for SegmDefnResult
impl Send for SegmDefnResult
impl Sync for SegmDefnResult
impl Unpin for SegmDefnResult
impl UnwindSafe for SegmDefnResult
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