pub enum IfType {
If,
Else,
ElseIf,
}Variants§
Trait Implementations§
impl Copy for IfType
impl StructuralPartialEq for IfType
Auto Trait Implementations§
impl Freeze for IfType
impl RefUnwindSafe for IfType
impl Send for IfType
impl Sync for IfType
impl Unpin for IfType
impl UnwindSafe for IfType
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