pub enum Guard<'tree> {
Boolean(Box<Boolean<'tree>>),
Let(Box<Let<'tree>>),
PatternGuard(Box<PatternGuard<'tree>>),
}Variants§
Trait Implementations§
impl<'tree> Eq for Guard<'tree>
impl<'tree> StructuralPartialEq for Guard<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Guard<'tree>
impl<'tree> RefUnwindSafe for Guard<'tree>
impl<'tree> Send for Guard<'tree>
impl<'tree> Sync for Guard<'tree>
impl<'tree> Unpin for Guard<'tree>
impl<'tree> UnsafeUnpin for Guard<'tree>
impl<'tree> UnwindSafe for Guard<'tree>
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