pub enum IsInfix {
Yes,
No,
}
Variants§
Trait Implementations§
impl Eq for IsInfix
impl StructuralPartialEq for IsInfix
Auto Trait Implementations§
impl Freeze for IsInfix
impl RefUnwindSafe for IsInfix
impl Send for IsInfix
impl Sync for IsInfix
impl Unpin for IsInfix
impl UnwindSafe for IsInfix
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