pub struct BConsumer<const conditionSET: bool, const immSET: bool> { /* private fields */ }Implementations§
Source§impl<const immCONSUMED: bool> BConsumer<false, immCONSUMED>
impl<const immCONSUMED: bool> BConsumer<false, immCONSUMED>
pub fn consume_condition(self) -> (Condition, BConsumer<true, immCONSUMED>)
Auto Trait Implementations§
impl<const conditionSET: bool, const immSET: bool> Freeze for BConsumer<conditionSET, immSET>
impl<const conditionSET: bool, const immSET: bool> RefUnwindSafe for BConsumer<conditionSET, immSET>
impl<const conditionSET: bool, const immSET: bool> Send for BConsumer<conditionSET, immSET>
impl<const conditionSET: bool, const immSET: bool> Sync for BConsumer<conditionSET, immSET>
impl<const conditionSET: bool, const immSET: bool> Unpin for BConsumer<conditionSET, immSET>
impl<const conditionSET: bool, const immSET: bool> UnsafeUnpin for BConsumer<conditionSET, immSET>
impl<const conditionSET: bool, const immSET: bool> UnwindSafe for BConsumer<conditionSET, immSET>
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