pub struct CompIf<'a> {
pub test: Expression<'a>,
pub whitespace_before: ParenthesizableWhitespace<'a>,
pub whitespace_before_test: ParenthesizableWhitespace<'a>,
}
Fields§
§test: Expression<'a>
§whitespace_before: ParenthesizableWhitespace<'a>
§whitespace_before_test: ParenthesizableWhitespace<'a>
Trait Implementations§
impl<'a> Eq for CompIf<'a>
impl<'a> StructuralPartialEq for CompIf<'a>
Auto Trait Implementations§
impl<'a> Freeze for CompIf<'a>
impl<'a> RefUnwindSafe for CompIf<'a>
impl<'a> Send for CompIf<'a>
impl<'a> Sync for CompIf<'a>
impl<'a> Unpin for CompIf<'a>
impl<'a> UnwindSafe for CompIf<'a>
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