Struct preserves_path::step::BoolCollector
source · [−]pub struct BoolCollector { /* private fields */ }Implementations
sourceimpl BoolCollector
impl BoolCollector
Trait Implementations
sourceimpl Debug for BoolCollector
impl Debug for BoolCollector
Auto Trait Implementations
impl RefUnwindSafe for BoolCollector
impl Send for BoolCollector
impl Sync for BoolCollector
impl Unpin for BoolCollector
impl UnwindSafe for BoolCollector
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more