enum BlwfMode {
PreAndPost,
PostOnly,
}
Variants§
PreAndPost
Below-forms feature applied to pre-base and post-base.
PostOnly
Below-forms feature applied to post-base only.
Trait Implementations§
impl Copy for BlwfMode
impl StructuralPartialEq for BlwfMode
Auto Trait Implementations§
impl Freeze for BlwfMode
impl RefUnwindSafe for BlwfMode
impl Send for BlwfMode
impl Sync for BlwfMode
impl Unpin for BlwfMode
impl UnwindSafe for BlwfMode
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